Skip to content

Latest commit

 

History

History
56 lines (37 loc) · 1.67 KB

File metadata and controls

56 lines (37 loc) · 1.67 KB

GetUserAnimeList

Retrieves anime list for specific user.

Parameters

Type Name Description
System.String user The username you want to retrieve the list to (if not specified tries authenticated MAL username).

Returns

UserAnimeList Object which contains the information about the anime list.


GetUserAnimeListAsync

Retrieves anime list for specific user asynchronously.

Parameters

Type Name Description
System.String user The username you want to retrieve the list to (if not specified tries authenticated MAL username).

Returns

UserAnimeList Object which contains the information about the anime list.


GetUserMangaList

Retrieves manga list for specific user.

Parameters

Type Name Description
System.String user The username you want to retrieve the list to (if not specified tries authenticated MAL username).

Returns

UserMangaList Object which contains the information about the manga list.


GetUserMangaListAsync

Retrieves manga list for specific user asynchronously.

Parameters

Type Name Description
System.String user The username you want to retrieve the list to (if not specified tries authenticated MAL username).

Returns

UserMangaList Object which contains the information about the manga list.