Asana / python-asana

Official Python client library for the Asana API v1
MIT License
299 stars 103 forks source link

Conversion to openapi spec #103

Closed rossgrambo-zz closed 4 years ago

rossgrambo-zz commented 4 years ago

This converts the client library generation to use swagger and our OpenAPI spec instead of asana-api-meta.

Function names are becoming more consistent and easier to guess. This version does not require you make any changes yet.

There are new functions and resources to be up-to-date with our API.

By switching to this generation, we're able to make our client more accurate, more robust, and more consistently up to date.

This new generator also offers Models that we chose not to include in this version, but we hope to offer in the client libraries soon for users who want to use them.