suspend fun getUser(username: String): User
Fetches MyAnimeList user related data. Note: About is returned in HTML as MyAnimeList allows custom "about" sections for users that can consist of images, formatting, etc.
username
- : User's username on MyAnimeList.
Return
User's profile data.