CityofSantaMonica / mds-provider

Python tools for working with MDS Provider data
https://github.com/openmobilityfoundation/mobility-data-specification
MIT License
18 stars 20 forks source link

Asynchronous provider APIs call #89

Closed patata3000 closed 4 years ago

patata3000 commented 5 years ago

Are you planning to make the API calls asynchronous? Would you accept a PR that'd do so?

thekaveman commented 5 years ago

Absolutely. The real API work happens in our mds-provider library, which this repository wraps up as executable Docker containers. There was some early discussion along those lines in that repo.

If you'd like to take a look at implementing that, I would start from the mds-0.3 branch in mds-provider. This will be merged imminently, and contains a significant amount of cleanup in all aspects of the library, particularly the API client such that supporting async calls should be relatively straight-forward.

thekaveman commented 4 years ago

Closing as a duplicate of #13, but definitely still interested.