pub struct AuthorizedApps { /* private fields */ }
Expand description

Implement Mailchimp Authorized Apps Endpoint

Manage registered, connected apps for your Mailchimp account with the Authorized Apps endpoints.

Implementations

Arguments: api: MailchimpApi

Get a list of an account’s registered, connected applications.

Arguments: filters: Filters fields: A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation. exclude_fields: A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation. count: The number of records to return. offset: The number of records from a collection to skip. Iterating over large collections with this parameter can be slow. Default value is 0.

Retrieve OAuth2-based credentials to associate API calls with your application.

Arguments: client_id: Id o nombre de usuario único para la autorización client_secret: Contraseña del cliente para la autorización

Get information about a specific authorized app

Arguments: app_id: identificador de la aplicación autorizada filters: Filtros que requieras aplicar a la hora de obtener las aplicaciones fields: A comma-separated list of fields to return. Reference parameters of sub-objects with dot notation. exclude_fields: A comma-separated list of fields to exclude. Reference parameters of sub-objects with dot notation.

Returns a iterator to access all applications

Trait Implementations

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.