Skip to content

Add Search Beatmaps Passed endpoint #98

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

Merged
merged 5 commits into from
Jul 12, 2025

Conversation

Stedoss
Copy link
Contributor

@Stedoss Stedoss commented Jul 11, 2025

Implements the new endpoint introduced in ppy/osu-web#12266.

Have only tested this briefly, seems ok I think?

@Stedoss Stedoss requested a review from tybug July 11, 2025 19:20
self,
user_id: UserIdT,
*,
beatmapset_ids: list[BeatmapsetIdT] = [],
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(I do actually want None default here, partly because mutable default arguments in python is a footgun)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair enough - tbh I don't know why it's even optional in the API to begin with...

@tybug
Copy link
Owner

tybug commented Jul 12, 2025

thanks!

@tybug tybug merged commit 72fe5e5 into tybug:master Jul 12, 2025
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

Successfully merging this pull request may close these issues.

2 participants