Crate myanimelist

Crate myanimelist 

Source

Modules§

api
api_request
auth
objects

Structs§

AccessToken
Access token returned by the token endpoint and used to access protected resources.
AuthorizationCode
Authorization code returned from the authorization endpoint.
ClientId
Client identifier issued to the client during the registration process described by Section 2.2.
ClientSecret
Client password issued to the client during the registration process described by Section 2.2.
CsrfToken
Value used for CSRF protection via the state parameter.
MalClient
A MyAnimeList Client.
MalClientBuilder
A builder for MalClient
RedirectUrl
URL of the client’s redirection endpoint.
RefreshToken
Refresh token used to obtain a new access token (if supported by the authorization server).
Scope
Access token scope, as defined by the authorization server.

Enums§

MalClientError