python-simple-rest-client
                                
                                
                                
                                    python-simple-rest-client copied to clipboard
                            
                            
                            
                        Simple REST client for python 3.8+
It would be great a way to add a custom user agent to the client
Hello, I came across your library, it looks nice, I wonder if there is any way to limit the maximum of concurrent requests sent to a server? My use case,...
How to include authentication in the requests being sent. Is there an example I can refer to? Appreciate your help on this.
A common form of authentication for several web APIs is OAuth. The requests-oauthlib library allows Requests users to easily make OAuth 1
It would be great to be able to add comments for methods and class and have the ability to get the documentation from `__doc__` method attribut. Something like this: ```py...
I am working with large size json body and i have encountered that python-simple-rest-client just takes around *4 memory than i would expected. I have decided to reimplement my http...
Hi, This is not an issue but feature request :) Could you add proxy support? It will be easier to debug requests. Thank you in advance.
Great project @allisson. How do I extend a Resource's actions without replacing the default endpoints entirely? I.e. I've seen the documentation for the Github example with `create EventResource with custom...
Hi, Thanks for your beautiful lib. In the [file upload](https://github.com/allisson/python-simple-rest-client/blob/master/examples/file_upload.py) example, there is maybe a little error. If I understood correctly, content is passed to create function using the "body"...
Hi! I've been using simple-rest-client for https://github.com/dearkafka/woot and I liked the logic so far, but I just hacked it a little bit for better `__repr__` and stuff. But I was...