issues
search
Asana
/
python-asana
Official Python client library for the Asana API v1
MIT License
303
stars
105
forks
source link
Update python to v5
#187
Closed
jv-asana
closed
12 months ago
jv-asana
commented
12 months ago
Utilize swagger codegen to generate a new python client library
Modified default codegen templates from swagger codegen to not use class models
Modified templates to take in query params through a single
opt
param instead of method parameters
Added custom logic for pagination
Documented how to use the new client libraries
Generated v5 library files
opt
param instead of method parameters