Lightweight wrapper around requests library, with async support.
The main purpose of this wrapper is to always return a json output.
JsonRequestsWrapper()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.
Evict from cache if there's an entry.
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.