Documentation
ΒΆ
Overview ΒΆ
Package api provides a Go client for interacting with the Todoist API v1.
Client ΒΆ
Package todoist implements a user-friendly client for the Todoist API, offering a simplified interface for interacting with various resources. It supports using a custom handler to manage sync tokens and handle resource operations, such as storing API responses.
WebSocket ΒΆ
Package ws implements a WebSocket client for receiving real-time sync notifications from the Todoist server. It is useful for enabling automatic background synchronization of tasks and updates.
Directories
ΒΆ
| Path | Synopsis |
|---|---|
|
examples
|
|
|
custom-handler
command
|
|
|
rest-basic-usage
command
|
|
|
sync-basic-usage
command
|
|
|
sync-multi-command
command
|
|
|
Package rest defines the models of the REST API.
|
Package rest defines the models of the REST API. |
|
Package sync defines the models of the sync API.
|
Package sync defines the models of the sync API. |
|
Package todoist implements a client for interacting with the Todoist API v1.
|
Package todoist implements a client for interacting with the Todoist API v1. |
|
Package ws provides a WebSocket client for receiving real-time sync notifications
|
Package ws provides a WebSocket client for receiving real-time sync notifications |
Click to show internal directories.
Click to hide internal directories.