Skip to content

Instantly share code, notes, and snippets.

@Atvaark
Last active November 9, 2015 12:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Atvaark/ad03e9beeb923dd5f4dc to your computer and use it in GitHub Desktop.
Save Atvaark/ad03e9beeb923dd5f4dc to your computer and use it in GitHub Desktop.
Halo Online Server Actions
AuthorizationService.svc/SignIn/
EndpointsDispatcherService.svc/GetAuthorizationEndpoints/
EndpointsDispatcherService.svc/GetAuthorizationEndpointsAndDate/
FriendsService.svc/SubscriptionAdd/
FriendsService.svc/SubscriptionRemove/
FriendsService.svc/GetSubscriptions/
GameStatisticsService.svc/CheckNewUserChallenges/
GameStatisticsService.svc/GetUserChallenges/
HeartbeatService.svc/GetServicesStatus/
MessagingService.svc/JoinChannels/
MessagingService.svc/LeaveChannels/
MessagingService.svc/Send/
MessagingService.svc/SendServiceMessage/
MessagingService.svc/Receive/
PresenceService.svc/PresenceDisconnect/
PresenceService.svc/PresenceConnect/
PresenceService.svc/PresenceGetUsersPresence/
PresenceService.svc/PartyJoin/
PresenceService.svc/PartyLeave/
PresenceService.svc/PartyKick/
PresenceService.svc/PartySetGameData/
PresenceService.svc/PartyGetStatus/
PresenceService.svc/CustomGameStart/
PresenceService.svc/CustomGameStop/
PresenceService.svc/MatchmakeStart/
PresenceService.svc/MatchmakeStop/
PresenceService.svc/MatchmakeGetStatus/
PresenceService.svc/ReportOnlineStats/
PresenceService.svc/GetPlaylistStat/
SessionControlService.svc/ClientGetStatus/
SessionControlService.svc/GetSessionBasicData/
SessionControlService.svc/GetSessionChain/
TitleResourceService.svc/GetTitleConfiguration/
TitleResourceService.svc/GetTitleConfigRaw/
TitleResourceService.svc/GetTitleTagsPatchConfiguration/
UserStorageService.svc/SetPrivateData/
UserStorageService.svc/GetPrivateData/
UserStorageService.svc/SetPublicData/
UserStorageService.svc/GetPublicData/
UserService.svc/SignOut/
UserService.svc/GetUsersByNickname/
UserService.svc/NicknameChange/
UserService.svc/GetUsersBaseData/
UserService.svc/GetUsersPrimaryStates/
UserService.svc/GetUserStates/
UserService.svc/GetTransactionHistory/
UserService.svc/ApplyExternalOffer/
UserService.svc/ApplyOfferAndGetTransactionHistory/
UserService.svc/ApplyOfferListAndGetTransactionHistory/
UserService.svc/ApplyOffer/
UserService.svc/ApplyOfferList/
UserService.svc/GetItemOffers/
UserService.svc/GetShop/
ClanService.svc/ClanCreate/
ClanService.svc/ClanGetBaseData/
ClanService.svc/ClanGetMembership/
ClanService.svc/ClanJoin/
ClanService.svc/ClanKick/
ClanService.svc/ClanLeave/
ClanService.svc/ClanGetByName/
ArbitraryStorageService.svc/WriteDiagnosticsData/
ArbitraryStorageService.svc/WriteADFPack/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment