Struct letterboxd::Client [] [src]

pub struct Client { /* fields omitted */ }

Methods

impl Client
[src]

[src]

[src]

Use a member’s credentials to sign in and receive an authentication token.

Use this function to generate or refresh an auth token. See Authentication for more details.

[src]

A cursored window over the list of films.

[src]

Get a list of services supported by the /films endpoint.

[src]

Get a list of genres supported by the films function.

[src]

Get details about a film by ID.

[src]

Get availability data about a film by ID.

[src]

Get details of the authenticated member’s relationship with a film by ID.

[src]

Update the authenticated member’s relationship with a film by ID.

[src]

Get details of the authenticated member’s relationship with a film by ID.

[src]

Get statistical data about a film by ID.

[src]

A cursored window over a list of lists.

[src]

Create a list.

[src]

Get details of a list by ID.

[src]

Update a list by ID.

[src]

Delete a list by ID.

[src]

Get entries for a list by ID.

[src]