get_events API-Endpoint /events #163
Closed
EnricoBaivo
started this conversation in
Ideas
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would be great if you could add that API Endpoint to the Aiosu libary.
With this you get the Achievementsdata for a User and other relevant activitys.
JSON Response example
EVENTS_dump_notimpl_JSON.txt
Aiosu already delivers the correct models for the response, it only misses the corresponding get_events method.
Offical OSU WEB api v2 Doku:
Get Events
OAuth public
Request
GET /events
Returns a collection of Events in order of creation time.
Query Parameters
cursor_string
string optionalParameter for pagination.
sort
string optionalSorting option. Valid values are
id_desc
(default) andid_asc
.Response Format
OSU WEB v2 Doku for get_events
JSON Response example
EVENTS_dump_notimpl_JSON.txt
Beta Was this translation helpful? Give feedback.
All reactions