Olle Kelderman
Olle Kelderman
because you can calculate it: https://osu.ppy.sh/wiki/Accuracy
I have done some experimenting before and as far as I remember, the data received from decoding the base64-thing is only the last part of the osr-file: the "Compressed replay...
> Also a better solution would be providing a proper auth endpoint aka #1 :P
"really, really hard to reproduce" is imo not a reason to close a issue, if it is a real issue, which ofc i dont know....
hmm, I actually now just realized that the same can be done for `getD` and `getPath`, which also means that the current implementation of `getSVG` already calls `getMetrics` twice: once...
honestly I'd go as far as ```js if(res.statusCode != 200) { return reject(new OsuApiError("api did not return expected status code.")); } ``` or something among those lines, prolly needs a...
small sidenote, if I already have the song, it would still work 🤔
api v2 has this section ``` "availability": { "download_disabled": true, "more_information": "https://gist.githubusercontent.com/peppy/99e6959772083cdfde8a/raw" }, ``` but v2 is not production ready and stuff might change without notice, theres no known rate...
that was in the response body of "https://osu.ppy.sh/api/v2/beatmapsets/15630" btw, aka its set-info, not beatmap info, but that makes sense tbh
that would be super easy to make, if there is demand for it, sure. @Tillerino suggestion on command naming? some optional argument kinda thing to `!now` or something completely different,...