1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-23 00:07:24 +08:00
osu-lazer/osu.Game/Online/API/Requests
2021-12-27 21:44:19 -08:00
..
Responses Fix incorrect naming / apply review 2021-12-27 21:44:19 -08:00
CommentVoteRequest.cs Implement CommentVoteRequest and adjust UI 2019-10-17 15:04:30 +03:00
CreateChannelRequest.cs Add DummyAPIAccess request handler 2021-06-05 14:43:26 +02:00
CreateNewPrivateMessageRequest.cs Rename User to APIUser and move to correct namespace 2021-11-07 11:26:01 +09:00
CreateNewPrivateMessageResponse.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
Cursor.cs Initialise some response parameters 2020-07-31 20:55:44 +09:00
DownloadBeatmapSetRequest.cs Move second generic to abstract model downloader rather than interface type 2021-11-05 17:37:05 +09:00
DownloadReplayRequest.cs Move second generic to abstract model downloader rather than interface type 2021-11-05 17:37:05 +09:00
GetBeatmapRequest.cs Avoid sending empty parameters in GetBeatmapRequest 2021-12-03 16:23:39 +09:00
GetBeatmapSetRequest.cs Add a testable realtime room manager 2020-12-19 01:17:24 +09:00
GetBeatmapsRequest.cs Use new API endpoint to do batch lookups 2021-12-01 17:45:41 +09:00
GetBeatmapsResponse.cs Use new API endpoint to do batch lookups 2021-12-01 17:45:41 +09:00
GetChangelogBuildRequest.cs Initial pass to make work with real API 2019-05-13 16:24:32 +09:00
GetChangelogRequest.cs Initial pass to make work with real API 2019-05-13 16:24:32 +09:00
GetCommentsRequest.cs Remove duplicated api request 2020-02-21 19:27:25 +09:00
GetCountriesResponse.cs Refactor API logic 2019-11-27 21:56:22 +03:00
GetCountryRankingsRequest.cs Update API with latest web changes 2019-11-01 21:49:50 +03:00
GetFriendsRequest.cs Rename User to APIUser and move to correct namespace 2021-11-07 11:26:01 +09:00
GetMessagesRequest.cs Add test coverage for loading process on channel join 2021-10-05 20:52:40 +02:00
GetNewsRequest.cs Make year nullable rather than defaulting to zero 2021-05-20 15:23:49 +09:00
GetNewsResponse.cs Implement NewsSideBar component 2021-05-10 09:53:52 +03:00
GetRankingsRequest.cs Remove stray newline 2020-03-30 16:17:42 +09:00
GetScoresRequest.cs Update GetScoreRequest to support requests with interface types 2021-10-29 17:43:39 +09:00
GetSeasonalBackgroundsRequest.cs Add GetSeasonalBackgroundsRequest 2020-10-22 18:25:01 +02:00
GetSpotlightRankingsRequest.cs Remove redundant arguments 2021-07-05 23:52:39 +08:00
GetSpotlightRankingsResponse.cs API implementation 2020-02-04 16:04:06 +03:00
GetSpotlightsRequest.cs Apply suggestions 2020-01-10 20:46:35 +03:00
GetTopUsersRequest.cs Rename top user request to make way for new type 2020-11-06 17:00:29 +09:00
GetTopUsersResponse.cs Rename top user request to make way for new type 2020-11-06 17:00:29 +09:00
GetUpdatesRequest.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
GetUpdatesResponse.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
GetUserBeatmapsRequest.cs Adjust user beatmap sections on profile overlay to match web 2021-07-20 21:55:17 +02:00
GetUserKudosuHistoryRequest.cs Move enum to response class 2019-09-02 15:57:55 +09:00
GetUserMostPlayedBeatmapsRequest.cs Simplify offset calculation 2019-07-19 16:02:33 +09:00
GetUserRankingsRequest.cs Rename top user request to make way for new type 2020-11-06 17:00:29 +09:00
GetUserRecentActivitiesRequest.cs Add loved enum on BeatmapApproval 2019-11-28 21:59:57 +07:00
GetUserRequest.cs Cache and consume IRulesetStore where feasible 2021-12-03 18:16:01 +09:00
GetUserScoresRequest.cs Rename APIScoreInfo to APIScore 2021-12-10 16:11:49 +09:00
GetUsersRequest.cs Refactor request string logic to avoid linq usage 2020-11-09 12:23:29 +09:00
GetUsersResponse.cs Rename User to APIUser and move to correct namespace 2021-11-07 11:26:01 +09:00
GetWikiRequest.cs add GetWikiRequest 2021-04-20 16:40:30 +07:00
JoinChannelRequest.cs Fix some web requests retrieving the user too early 2020-07-14 13:07:17 +09:00
LeaveChannelRequest.cs Fix some web requests retrieving the user too early 2020-07-14 13:07:17 +09:00
ListChannelsRequest.cs Update licence header (and remove year) 2019-01-24 17:43:03 +09:00
MarkChannelAsReadRequest.cs Fix code formatting 2021-08-15 16:02:25 +02:00
PaginatedAPIRequest.cs Keep provided IDs where possible if not online 2020-03-30 15:07:39 +09:00
PostBeatmapFavouriteRequest.cs Add test coverage for favourite button 2021-11-08 11:53:53 +01:00
PostMessageRequest.cs Add test 2021-06-29 16:30:46 +09:00
ResponseWithCursor.cs Remove unnecessary generic specification on cursor 2020-05-14 16:01:07 +09:00
SearchBeatmapSetsRequest.cs Update all actual usages of RulesetInfo.ID to use OnlineID instead 2021-11-24 15:50:26 +09:00
SearchBeatmapSetsResponse.cs Remove unnecessary generic specification on cursor 2020-05-14 16:01:07 +09:00