Class which uses requests to do http calls
RequestsClient
Bases: object
object
delete
url – The url to do a request on
body – The content to delete
get
post
url – The url to do a post to
body – The content to post to the url
put
url – The url to do a request to
body – The content to put to