Deepomatic / deepomatic-client-python

Python Client
Other
14 stars 0 forks source link

Store HTTPHelper in the client so that we can make requests without having to setup headers #15

Closed maingoh closed 6 years ago

maingoh commented 6 years ago

This way we will be able to do client.http_helper.make_request() without worrying about headers and host. And thus we can call any endpoint by ourself.