Hi to everybody, My name is Manuel and now I working in a project in python where we can get the information in asana i don’t have problems consulting workspaces/users/teams/etc but when i wanna do a request to get the details about that project all the time i have the same warning but the info it’s empty
“new_project_templates” deprecation. Please visit this url for more info: A new API for Project Templates
Adding “new_project_templates” to your “Asana-Enable” or “Asana-Disable” header will opt in/out to this deprecation and suppress this warning.
warnings.warn(message)
Detail project [‘gid’, ‘archived’, ‘color’, ‘completed’, ‘completed_at’, ‘created_at’, ‘current_status’, ‘current_status_update’, ‘custom_fields’, ‘custom_field_settings’, ‘default_view’, ‘due_on’, ‘due_date’, ‘followers’, ‘is_template’, ‘members’, ‘modified_at’, ‘name’, ‘notes’, ‘owner’, ‘permalink_url’, ‘public’, ‘resource_type’, ‘start_on’, ‘team’, ‘workspace’]
the request is : result = client.projects.get_project(‘xxxxxxxxxxx’, {}, opt_pretty=True)
I read the documentation and I understand about the warning but i don’t getting why the consulting return empty!! the id project it’s correct
Please somebody can help me