Deepomatic / deepomatic-client-python

Python Client
Other
14 stars 0 forks source link

More generic http_helper get,post,delete,patch,put functions #30

Closed maingoh closed 5 years ago

maingoh commented 5 years ago

Using args/kwargs in get,post,delete,patch,put so that it is more generic. Also allow to give a content type None (which is automatically deduced by request module)