nens / threedi-api-client

Documentation
https://threedi-api-client.readthedocs.io
Other
0 stars 1 forks source link

Deprecate openapi_client and rename to threedi_api_client.openapi #52

Closed caspervdw closed 3 years ago

caspervdw commented 3 years ago

I regenerated the client based on current master (which is on staging). This is now namespaced under threedi_api_client.openapi, as discussed. The old one is left in place (for backwards compatibility of the Api classes)

A further requirement of the new API is that the API_HOST setting must not include the version. It now works as follows:

The asyncio openapi stuff is now namespaced under threedi_api_client.aio.openapi. I found it better than threedi_api_client.openapi.aio