Returns basic user information such as user id, name and avatar url.
This is just a proxy for the osu api, there is probably a function that implements the api request already.
2 - Extended user info
Returns the information needed to populate the profile page.
This includes their bio, influences and mentions on top of the base user info.
Up to you if you want to include the base info in the extended info endpoint.
If you want a more specific return type, tag me.
Two endpoints are needed:
1 - Base user info
Returns basic user information such as user id, name and avatar url. This is just a proxy for the osu api, there is probably a function that implements the api request already.
2 - Extended user info
Returns the information needed to populate the profile page. This includes their bio, influences and mentions on top of the base user info.
Up to you if you want to include the base info in the extended info endpoint. If you want a more specific return type, tag me.