UNPKG

osu-api-extended

Version:

Advanced osu! api wrapper cover all V2 and V1 endpoints, and provide useful tools

92 lines (91 loc) 6.37 kB
export * as auth from './utility/auth'; export * as v2 from "./routes/v2"; export * as v1 from "./routes/v1"; export * as tools from './tools/index'; export * as enums from './types/enums'; export { request, download } from './utility/request'; export * from './types/mods'; export * from './types/enums'; export * from './types/tools'; export * from './types/index'; export * as v2_assets_backgrounds from './types/v2/assets_backgrounds'; export * as v2_assets_datafiles from './types/v2/assets_datafiles'; export * as v2_beatmaps_details_difficulty from './types/v2/beatmaps_details_difficulty'; export * as v2_beatmaps_details_set from './types/v2/beatmaps_details_set'; export * as v2_beatmaps_discussions_list from './types/v2/beatmaps_discussions_list'; export * as v2_beatmaps_discussions_posts from './types/v2/beatmaps_discussions_posts'; export * as v2_beatmaps_discussions_votes from './types/v2/beatmaps_discussions_votes'; export * as v2_beatmaps_download from './types/v2/beatmaps_download'; export * as v2_beatmaps_events_list from './types/v2/beatmaps_events_list'; export * as v2_beatmaps_lookup_attributes from './types/v2/beatmaps_lookup_attributes'; export * as v2_beatmaps_lookup_difficulties from './types/v2/beatmaps_lookup_difficulties'; export * as v2_beatmaps_lookup_difficulty from './types/v2/beatmaps_lookup_difficulty'; export * as v2_beatmaps_lookup_set from './types/v2/beatmaps_lookup_set'; export * as v2_beatmaps_packs_details from './types/v2/beatmaps_packs_details'; export * as v2_beatmaps_packs_list from './types/v2/beatmaps_packs_list'; export * as v2_changelogs_details from './types/v2/changelogs_details'; export * as v2_changelogs_list_all from './types/v2/changelogs_list_all'; export * as v2_changelogs_list_lookup from './types/v2/changelogs_list_lookup'; export * as v2_chat_actions_join from './types/v2/chat_actions_join'; export * as v2_chat_actions_keepalive from './types/v2/chat_actions_keepalive'; export * as v2_chat_actions_new from './types/v2/chat_actions_new'; export * as v2_chat_actions_send from './types/v2/chat_actions_send'; export * as v2_chat_channels_list from './types/v2/chat_channels_list'; export * as v2_chat_details from './types/v2/chat_details'; export * as v2_chat_list from './types/v2/chat_list'; export * as v2_chat_messages from './types/v2/chat_messages'; export * as v2_chat_updates from './types/v2/chat_updates'; export * as v2_comments_actions_delete from './types/v2/comments_actions_delete'; export * as v2_comments_actions_edit from './types/v2/comments_actions_edit'; export * as v2_comments_actions_new from './types/v2/comments_actions_new'; export * as v2_comments_actions_unvote from './types/v2/comments_actions_unvote'; export * as v2_comments_actions_vote from './types/v2/comments_actions_vote'; export * as v2_comments_details from './types/v2/comments_details'; export * as v2_comments_list from './types/v2/comments_list'; export * as v2_forums_topics_actions_create from './types/v2/forums_topics_actions_create'; export * as v2_forums_topics_actions_edit_post from './types/v2/forums_topics_actions_edit_post'; export * as v2_forums_topics_actions_edit_topic from './types/v2/forums_topics_actions_edit_topic'; export * as v2_forums_topics_actions_reply from './types/v2/forums_topics_actions_reply'; export * as v2_forums_topics_details from './types/v2/forums_topics_details'; export * as v2_groups_details from './types/v2/groups_details'; export * as v2_groups_history from './types/v2/groups_history'; export * as v2_matches_detaIls from './types/v2/matches_detaIls'; export * as v2_matches_list from './types/v2/matches_list'; export * as v2_me_details from './types/v2/me_details'; export * as v2_me_download_quota from './types/v2/me_download_quota'; export * as v2_me_friends from './types/v2/me_friends'; export * as v2_news_details from './types/v2/news_details'; export * as v2_news_list from './types/v2/news_list'; export * as v2_notifications_list from './types/v2/notifications_list'; export * as v2_ranking_list_charts from './types/v2/ranking_list_charts'; export * as v2_ranking_list_country from './types/v2/ranking_list_country'; export * as v2_ranking_list_kudosu from './types/v2/ranking_list_kudosu'; export * as v2_ranking_list_performance from './types/v2/ranking_list_performance'; export * as v2_ranking_list_score from './types/v2/ranking_list_score'; export * as v2_rooms_details from './types/v2/rooms_details'; export * as v2_rooms_leaderboard from './types/v2/rooms_leaderboard'; export * as v2_rooms_list from './types/v2/rooms_list'; export * as v2_rooms_scores_all from './types/v2/rooms_scores_all'; export * as v2_rooms_scores_single from './types/v2/rooms_scores_single'; export * as v2_rooms_scores_user_highest from './types/v2/rooms_scores_user_highest'; export * as v2_scores_details from './types/v2/scores_details'; export * as v2_scores_download from './types/v2/scores_download'; export * as v2_scores_list_beatmap_all from './types/v2/scores_list_user_beatmap_all'; export * as v2_scores_list_beatmap_best from './types/v2/scores_list_user_beatmap_best'; export * as v2_scores_list_leaderboard from './types/v2/scores_list_leaderboard'; export * as v2_scores_list_solo_scores from './types/v2/scores_list_solo_scores'; export * as v2_scores_list_user_best from './types/v2/scores_list_user_best'; export * as v2_scores_list_user_firsts from './types/v2/scores_list_user_firsts'; export * as v2_scores_list_user_pinned from './types/v2/scores_list_user_pinned'; export * as v2_scores_list_user_recent from './types/v2/scores_list_user_recent'; export * as v2_scores_user_beamap from './types/v2/scores_user_beamap'; export * as v2_search_all from './types/v2/search_all'; export * as v2_spotlights_list from './types/v2/spotlights_list'; export * as v2_users_activity from './types/v2/users_activity'; export * as v2_users_beatmaps from './types/v2/users_beatmaps'; export * as v2_users_details from './types/v2/users_details'; export * as v2_users_events from './types/v2/users_events'; export * as v2_users_kudosu from './types/v2/users_kudosu'; export * as v2_users_list from './types/v2/users_list'; export * as v2_users_lookup from './types/v2/users_lookup'; export * as v2_wiki_details from './types/v2/wiki_details';