Skip to content

Looking for Examples #49

Answered by AhmedZaki99
MikeBAlgWare asked this question in Q&A
May 13, 2024 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Hi Mike,
IntelliSense in Visual Studio and VS Code helped me a lot when I was discovering this library for the first time. You will find that the TodoistClient class is well commented and it has a structure very similar to Todoist API itself.

For example, in Todoist docs, you can find helpful information about how to get a single task when you go to this section:
Sync API -> Items -> Get item info

And in TodoistClient, you can get a single task using this method:
TodoistClient.Items.GetAsync(ComplexId, CancellationToken)

That's why after reading the Todoist Sync API docs, IntelliSense will be your guide:

Similarly, you can find a method to update tasks (including due dates) if you naviga…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@MikeBAlgWare
Comment options

@AhmedZaki99
Comment options

@MikeBAlgWare
Comment options

Answer selected by olsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants