mapillary / mapillary-python-sdk

A Python 3 library built on the Mapillary API v4 to facilitate retrieving and working with Mapillary data.
MIT License
39 stars 15 forks source link

[Utility] API requests boilerplate functions. #28

Closed OmarMuhammedAli closed 3 years ago

OmarMuhammedAli commented 3 years ago

Utility Description Create boilerplate functions for sending HTTP requests (e.g. GET, POST, etc...) and returning the responses from the queried API endpoints.

Describe the solution you'd like The functions will take a bunch of kwargs:

Describe alternatives you've considered This is an initial solution. It will be edited and enhanced when implementing the utility.

Additional context Simple Python API client Building an API wrapper