Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

progress towards implementing api v2 endpoints #14

Closed
49 tasks done
tybug opened this issue Apr 1, 2021 · 1 comment
Closed
49 tasks done

progress towards implementing api v2 endpoints #14

tybug opened this issue Apr 1, 2021 · 1 comment

Comments

@tybug
Copy link
Owner

tybug commented Apr 1, 2021

This tracks our progress towards implementing all of the api v2 endpoints; see docs at https://osu.ppy.sh/docs/index.html. The plan is to implement every endpoint except for lazer-only ones. Even undocumented endpoints should be implemented.

PRs implementing any of these endpoints are welcome. It should be relatively easy to do so - add the relevant models if we don't have them already, and add a new method in OssapiV2 that hits that endpoint. Look at the existing models and methods in OssapiV2 for examples on how to implement an endpoint.

Beatmaps

Beatmapsets

Beatmapset Discussions

Changelog

Chat

Comments

Forum

Friends

Home

Matches

Multiplayer

News

Oauth Tokens

Ranking

Rooms

Seasonal Backgrounds

Scores

Users

Wiki

@tybug tybug changed the title tracking not-yet-implemented api v2 endpoints status of api v2 endpoints Apr 1, 2021
@tybug tybug changed the title status of api v2 endpoints progress towards implementing api v2 endpoints Apr 21, 2021
@tybug
Copy link
Owner Author

tybug commented Jan 30, 2023

Every single endpoint has now been implemented! This brings us to 100% of non-lazer api v2 endpoints (including undocumented endpoints).

There's still websocket events to go though (#25).

@tybug tybug closed this as completed Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant