osu-api icon indicating copy to clipboard operation
osu-api copied to clipboard

get_scores doesn't work with POST requests

Open osuApi opened this issue 8 years ago • 3 comments

get_beatmaps does though!

osuApi avatar Sep 21 '16 20:09 osuApi

Well seeing as get_scores is a get operation, it shouldn't work with POST because your not posting data. What's the reason you're using POST ?

ecp4224 avatar Sep 21 '16 20:09 ecp4224

get_beatmaps does though!

which is imo the error, not the other way around, why on earth would you want to do post requests? :stuck_out_tongue:

omkelderman avatar Sep 21 '16 20:09 omkelderman

Cleaner code (C# WebClient).

Whatever. So.. get_beatmaps should be only GET compatible then!

osuApi avatar Sep 21 '16 20:09 osuApi