Lightweight wrapper around requests library.
GenericRequestsWrapper()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.