suspend fun getUserHistory(username: String, type: HistoryType = HistoryType.All): UserHistory
Fetches MyAnimeList user's history.
username
- : User's username on MyAnimeList.
type
- : History type (Anime, manga).
Return
User's profile data.