Asana / python-asana

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

Official Documentation Needs Updated #121

Closed drkinder closed 4 years ago

drkinder commented 4 years ago

At python-asana/asana/resources/attachments.py method create_on_task is referred to as create_attachment_for_task in the official documentation at https://developers.asana.com/docs/upload-an-attachment

rossgrambo-zz commented 4 years ago

Thanks for pointing this out! We ended up adding "create_attachment_for_task" as an alias of create_on_task, as we're trying to move to a more consistent naming convention of verb_object_for_container. It should be included in 0.10.3