Doist / todoist-python

DEPRECATED The official Todoist Python API library
MIT License
533 stars 73 forks source link

unsynchronized python project not stored #102

Open NathanRoseCE opened 2 years ago

NathanRoseCE commented 2 years ago

I was doing some unit testing(unsynced from Todoist) using the sync api when I ran into a bug. I cannot create a task with a temp id. I've created a stable test for it seen in the images below.

The project is uncommitted, as the documentation implies the commit connects to the network which is not what I want in this CI test, and the create item mentions it accepts strings for temp-ids.

expected behavior: Create a temp project, create a temp task linked to temp project.(its mentioned here but just shows the request not an api example: https://developer.todoist.com/sync/v8/?python#temporary-resource-id) Screenshot from 2022-01-30 14-10-12 Screenshot from 2022-01-30 14-09-26