MaxOhn / rosu-v2

A rust wrapper for the osu!api v2
MIT License
24 stars 9 forks source link

added `scores/{mode}/{score_id}/download` endpoint #2

Closed mezodev0 closed 1 year ago

mezodev0 commented 1 year ago

this pr adds the endpoint scores/{mode}/{score_id}/download to rosu-v2 see: https://osu.ppy.sh/docs/index.html#scoresmodescoredownload

MaxOhn commented 1 year ago

Looked really good, all that was left was a tiny fix to the scopes with which oauth was executed. Shame that oauth is required to use this endpoint but owell :(

I also added a way so that users can decide if they want a raw replay or a parsed one.