Matti Nelimarkka
Results
4
issues of
Matti Nelimarkka
I was checking the API scripts and observed they used some rewriting rules. I think it would be more consistent with the rest of the project to work via get/post...
enhancement
question
``` tasks = client.tasks.list(project="1") for task in tasks: print( task.data['username'] ) print( task.annotations ) ``` when running this code, task.annotations is printed as `None`, but with the following workaround I...