#PoDuck
1 messages · Page 1 of 1 (latest)
Hello! We can't really help with betas here, but generally I think the approach in the Python library would be to use the API requestor directly: https://github.com/stripe/stripe-python/blob/master/stripe/api_requestor.py
I figured I could get a faster response to that asking here, since it is kind of a generic question, albeit it is for a beta.
I'm seeing the request method there that looks promising, how are the params handled?
In the stripe-python library in general? Or for that method specifically?
Well, I'm making assumptions here, because I don't find documentation for that class. I see that the request method in the APIRequestor class has a request method that looks like it takes a url, and a request method, and also params=None. I'm assuming here, because I don't want to waste any more of your time than necessary, but my guess is that the parameters are passed through the params as a dict. Is that the correct way to access it, or is it more complicated than that?
Oh with the api_requestor class? Good question. I will see if we have docs on this
Unfortunately not finding docs on this but I am still looking. I would definitely recommend reaching out to the beta team like Rubeus mentioned. They may have a better idea on how their Python users interact with the beta
I have sent an email, but as for now, that is the only way I have to contact Chitrak, who is my point of contact, and I have not yet gotten a response.
I could create my own code to create the request, but I figured I would be somewhat reinventing the wheel.
Anyway, I guess I'll just have to wait for a response from Chitrak. Thanks.
Yeah, apologies, we don't have docs and the server is a bit too busy for me to figure out that api_requestor myself. I will check with my colleagues to see if we have other direction that we can give you but otherwise the beta team will be the way to go