Ask a question to get started
Enter to send•Shift+Enter new line
GenericRequestsWrapper()
BaseModel
GET the URL and return the text.
POST to the URL and return the text.
PATCH the URL and return the text.
PUT the URL and return the text.
DELETE the URL and return the text.
GET the URL and return the text asynchronously.
POST to the URL and return the text asynchronously.
PATCH the URL and return the text asynchronously.
PUT the URL and return the text asynchronously.
DELETE the URL and return the text asynchronously.
Lightweight wrapper around requests library.