-
Notifications
You must be signed in to change notification settings - Fork 15
_api_v2_v3
ck edited this page Oct 6, 2024
·
7 revisions
Those API Endpoints available for version v3.x.x of the package
- beatmaps.actions({ type: 'favourite' })
- beatmaps.details({ type: 'difficulty' })
- beatmaps.details({ type: 'set' })
- beatmaps.discussions.list
- beatmaps.discussions.posts
- beatmaps.discussions.votes
- beatmaps.download({ type: 'difficulty' })
- beatmaps.download({ type: 'set' })
- beatmaps.events.list
- beatmaps.lookup({ type: 'attributes' })
- beatmaps.lookup({ type: 'difficulties' })
- beatmaps.lookup({ type: 'difficulty' })
- beatmaps.lookup({ type: 'set' })
- beatmaps.packs.details
- beatmaps.packs.list
- chat.actions({ type: 'send_pm' })
- chat.actions({ type: 'send_channel' })
- chat.actions({ type: 'send_announce' })
- chat.actions({ type: 'join' })
- chat.actions({ type: 'leave' })
- chat.actions({ type: 'read' })
- chat.actions({ type: 'keepalive' })
- chat.channels.list
- chat.details
- chat.messages
- chat.updates
- comments.actions({ type: 'new' })
- comments.actions({ type: 'edit' })
- comments.actions({ type: 'delete' })
- comments.actions({ type: 'unvote' })
- comments.actions({ type: 'vote' })
- comments.details
- comments.list
- forums.topics.actions({ type: 'create' })
- forums.topics.actions({ type: 'reply' })
- forums.topics.actions({ type: 'edit_post' })
- forums.topics.actions({ type: 'edit_topic' })
- forums.topics.details
- scores.details
- scores.download
- scores.list({ type: 'leaderboard' })
- scores.list({ type: 'solo_scores' })
- scores.list({ type: 'user_beatmap_all' })
- scores.list({ type: 'user_beatmap_best' })
- scores.list({ type: 'user_best' })
- scores.list({ type: 'user_firsts' })
- scores.list({ type: 'user_pinned' })
- scores.list({ type: 'user_recent' })