boraarslan / mapper-influence

0 stars 0 forks source link

Create endpoints to return user data #48

Closed Fursum closed 1 year ago

Fursum commented 1 year ago

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.

boraarslan commented 1 year ago

Closed by #50