osu-api
osu-api copied to clipboard
get_scores doesn't work with POST requests
get_beatmaps
does though!
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 ?
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:
Cleaner code (C# WebClient).
Whatever. So.. get_beatmaps
should be only GET compatible then!