Struct todoist_rs::Client [] [src]

pub struct Client { /* fields omitted */ }

Client to make request to the todoist API

Methods

impl Client
[src]

[src]

Create a new with todoist API client with auth token tok

[src]

create a new client with a sync token

[src]

Request resources from todoist

[src]

Update a user's resources

Trait Implementations

Auto Trait Implementations

impl Send for Client

impl Sync for Client