MaxOhn / rosu-v2

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

feat!: undeprecate multiple users endpoint #16

Closed MaxOhn closed 6 months ago

MaxOhn commented 6 months ago

Removed the deprecation warning on Osu::users and it no longer always returns an error. Instead, it now provides User (not extended) data for up to 50 users, including statistics for all modes.

This PR includes breaking changes: