Module api

Module api 

Source
Expand description

Anime API client

Structs§

AnimeApiClient
The AnimeApiClient provides functions for interacting with the various anime and user animelist MAL API endpoints. The accessible endpoints vary depending on if the AnimeApiClient was constructed from a MalClientId or an OauthClient.

Traits§

AnimeApi
This trait defines the shared endpoints for Client and Oauth AnimeApiClients. It provides default implementations such that the Oauth AnimeApiClient can override them if needed.
Request
This trait defines the common request methods available to both Client and Oauth AnimeApiClients