Documentation ¶ Index ¶ type Client func New(clientID string) *Client func (c *Client) GetAnimeByID(ctx context.Context, id int) (*nagato.Anime, int, error) func (c *Client) GetUserAnime(ctx context.Context, data entity.GetUserAnimeRequest) ([]nagato.UserAnime, int, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { // contains filtered or unexported fields } Client is client for mal. func New ¶ func New(clientID string) *Client New to create new mal client. func (*Client) GetAnimeByID ¶ func (c *Client) GetAnimeByID(ctx context.Context, id int) (*nagato.Anime, int, error) GetAnimeByID to get anime by id. func (*Client) GetUserAnime ¶ added in v0.2.0 func (c *Client) GetUserAnime(ctx context.Context, data entity.GetUserAnimeRequest) ([]nagato.UserAnime, int, error) GetUserAnime to get user anime. Source Files ¶ View all Source files anime.go client.go user.go Click to show internal directories. Click to hide internal directories.