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

Refactor /config/api/ #38

Closed Rubix982 closed 3 years ago

Rubix982 commented 3 years ago

Refactor /config/api/

Pull Request Type

Why?

The /config/api/ will be depended on by the client layer, and this is important so the entire logic of dealing with correct fields occurs within the /config/api/ itself

Feedback required over

Mentions

OmarMuhammedAli commented 3 years ago

This looks good to me! Will leave for @OmarMuhammedAli to glance at and merge when he's ready. Let me know if otherwise you'd like me to just merge these @OmarMuhammedAli

Thanks @cbeddow ! I'll be merging ASAP

Rubix982 commented 3 years ago

Squashing/rebasing is working very weirdly.

@OmarMuhammedAli review with changes required.

Rubix982 commented 3 years ago

@gmelodie can you check out the latest commit, please? Thank you!

Rubix982 commented 3 years ago

Found a few bugs inconsistent with how the adapters should be working with. @gmelodie, ideas please.