Closed
Description
Hi Team,
service = project.services.get(service_name='asana', project_id=932)
This throws me an error:
Traceback (most recent call last):
service = project.services.get(service_name='asana', project_id=932)
TypeError: get() takes exactly 2 arguments (1 given)
I think there is some incorrect key name to be used in parameters which is resulted in the error.
Can you help how can I make this work by giving the correct parameters to be passed?
Thanks
Metadata
Metadata
Assignees
Labels
No labels