Implement top

This commit is contained in:
Natsu Kagami 2020-01-14 01:04:40 -05:00
parent 6de9dcf669
commit abd5327296
4 changed files with 161 additions and 58 deletions

View file

@ -244,7 +244,7 @@ pub mod builders {
client
.get(match self.score_type {
UserScoreType::Best => "https://osu.ppy.sh/api/get_user_best",
UserScoreType::Recent => "https://osu.ppy.sh/api/get_user_recent"
UserScoreType::Recent => "https://osu.ppy.sh/api/get_user_recent",
})
.query(&self.user.to_query())
.query(&self.mode.to_query())