We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The API Endpoint "getBeatmapset" is missing, GET api/v2/beatmapsets/{beatmapset} https://osu.ppy.sh/docs/index.html#get-apiv2beatmapsetsbeatmapset
I found this issue while trying to get the genre from a beatmap via the getBeatmap. Path: getBetamap ---> .beatmapset ---> .genre | is undefined
Struckture: Beatmapset Represents a beatmapset.
artist | string | artist_unicode | string | covers | Covers | creator | string | favourite_count | integer | id | integer | nsfw | boolean | offset | integer | play_count | integer | preview_url | string | source | string | status | string | spotlight | boolean | title | string | title_unicode | string | user_id | integer | video | boolean
Field Type Description beatmaps (Beatmap|BeatmapExtended)[] converts current_nominations Nomination[] current_user_attributes description discussions events genre has_favourited boolean language nominations pack_tags string[] ratings recent_favourites related_users user track_id integer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The API Endpoint "getBeatmapset" is missing,
GET api/v2/beatmapsets/{beatmapset}
https://osu.ppy.sh/docs/index.html#get-apiv2beatmapsetsbeatmapset
I found this issue while trying to get the genre from a beatmap via the getBeatmap.
Path: getBetamap ---> .beatmapset ---> .genre | is undefined
Struckture:
Beatmapset
Represents a beatmapset.
artist | string |
artist_unicode | string |
covers | Covers |
creator | string |
favourite_count | integer |
id | integer |
nsfw | boolean |
offset | integer |
play_count | integer |
preview_url | string |
source | string |
status | string |
spotlight | boolean |
title | string |
title_unicode | string |
user_id | integer |
video | boolean
Field Type Description
beatmaps (Beatmap|BeatmapExtended)[]
converts
current_nominations Nomination[]
current_user_attributes
description
discussions
events
genre
has_favourited boolean
language
nominations
pack_tags string[]
ratings
recent_favourites
related_users
user
track_id integer
The text was updated successfully, but these errors were encountered: