Doist / todoist-python

DEPRECATED The official Todoist Python API library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to Find Basic Information in Todoist API Documentation

LloydThinks opened this issue · comments

Hi!

I am unable to find out how to get all items under a project ID. I'm not sure why this is not the first explained under https://developer.todoist.com/sync/v8/?python#items. Without this knowledge, how am I suppose to update or delete anything? I need the items (IDs) first.

Let me know if I have overlooked something in your API documentation.

Lloyd

This client is based on the sync API, so you have to refer to the Sync method: https://developer.todoist.com/sync/v8/?python#sync
This method brings all the active information at once.

If you want something directly, we suggest you using the REST API, but there's no client there.