|
193 | 193 | "client-GetContentDownloadUrl",
|
194 | 194 | "client-GetCurrentGames",
|
195 | 195 | "client-GetFriendLeaderboard",
|
| 196 | + "client-GetFriendLeaderboardAroundCurrentUser", |
196 | 197 | "client-GetFriendsList",
|
197 | 198 | "client-GetGameServerRegions",
|
198 | 199 | "client-GetLeaderboard",
|
|
233 | 234 | "client-LoginWithCustomID",
|
234 | 235 | "client-LoginWithEmailAddress",
|
235 | 236 | "client-LoginWithFacebook",
|
| 237 | + "client-LoginWithGameCenter", |
236 | 238 | "client-LoginWithGoogleAccount",
|
237 | 239 | "client-LoginWithIOSDeviceID",
|
238 | 240 | "client-LoginWithKongregate",
|
|
2411 | 2413 | "folder": "PlayFabPostmanSDK-clientFolder",
|
2412 | 2414 | "rawModeData": "{\n \"StatisticName\": \"Kills\",\n \"StartPosition\": 1258,\n \"MaxResultsCount\": 20,\n \"IncludeSteamFriends\": false\n}"
|
2413 | 2415 | },
|
| 2416 | + { |
| 2417 | + "id": "client-GetFriendLeaderboardAroundCurrentUser", |
| 2418 | + "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n", |
| 2419 | + "url": "https://{{TitleId}}.playfabapi.com/Client/GetFriendLeaderboardAroundCurrentUser", |
| 2420 | + "method": "POST", |
| 2421 | + "collectionId": "PlayFabPostmanSDK-0.3.151130", |
| 2422 | + "dataMode": "raw", |
| 2423 | + "name": "GetFriendLeaderboardAroundCurrentUser", |
| 2424 | + "description": "Retrieves a list of ranked friends of the current player for the given statistic, centered on the currently signed-in user\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/GetFriendLeaderboardAroundCurrentUser\n\n**The following case-sensitive environment variables are required for this call:**\n\n\"TitleId\" - The Title Id of your game, available in the Game Manager (https://developer.playfab.com)\n\n\"SessionTicket\" - The string returned as \"SessionTicket\" in response to any sign in operation.\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"StatisticName\": Statistic used to rank players for this leaderboard.\n\n\"MaxResultsCount\": Maximum number of entries to retrieve.\n\n\"IncludeSteamFriends\": Indicates whether Steam service friends should be included in the response. Default is true.\n\n\"IncludeFacebookFriends\": Indicates whether Facebook friends should be included in the response. Default is true.\n\nTo set up an Environment, click the text next to the eye icon up top in Postman (it should say \"No environment\", if this is your first time using Postman). Select \"Manage environments\", then \"Add\". Type a name for your environment where it says \"New environment\", then enter each variable name above as the \"Key\", with the value as defined for each above.", |
| 2425 | + "descriptionFormat": "html", |
| 2426 | + "currentHelper": "normal", |
| 2427 | + "folder": "PlayFabPostmanSDK-clientFolder", |
| 2428 | + "rawModeData": "{\n \"StatisticName\": \"Kills\",\n \"MaxResultsCount\": 20\n}" |
| 2429 | + }, |
2414 | 2430 | {
|
2415 | 2431 | "id": "client-GetFriendsList",
|
2416 | 2432 | "headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n",
|
|
2971 | 2987 | "folder": "PlayFabPostmanSDK-clientFolder",
|
2972 | 2988 | "rawModeData": "{\n \"TitleId\": \"1\",\n \"AccessToken\": \"FaceAccessTokenID\",\n \"CreateAccount\": false\n}"
|
2973 | 2989 | },
|
| 2990 | + { |
| 2991 | + "id": "client-LoginWithGameCenter", |
| 2992 | + "headers": "Content-Type: application/json\n", |
| 2993 | + "url": "https://{{TitleId}}.playfabapi.com/Client/LoginWithGameCenter", |
| 2994 | + "method": "POST", |
| 2995 | + "collectionId": "PlayFabPostmanSDK-0.3.151130", |
| 2996 | + "dataMode": "raw", |
| 2997 | + "name": "LoginWithGameCenter", |
| 2998 | + "description": "Signs the user in using an iOS Game Center player identifier, returning a session identifier that can subsequently be used for API calls which require an authenticated user\n\nApi Documentation: https://api.playfab.com/Documentation/Client/method/LoginWithGameCenter\n\n**The following case-sensitive environment variables are required for this call:**\n\n\"TitleId\" - The Title Id of your game, available in the Game Manager (https://developer.playfab.com)\n\n**The body of this api-call should be proper json-format. The api-body accepts the following case-sensitive parameters:**\n\n\"TitleId\": Unique identifier for the title, found in the Settings > Game Properties section of the PlayFab developer site when a title has been selected\n\n\"PlayerId\": Unique Game Center player id.\n\n\"CreateAccount\": Automatically create a PlayFab account if one is not currently linked to this Game Center id.\n\nTo set up an Environment, click the text next to the eye icon up top in Postman (it should say \"No environment\", if this is your first time using Postman). Select \"Manage environments\", then \"Add\". Type a name for your environment where it says \"New environment\", then enter each variable name above as the \"Key\", with the value as defined for each above.", |
| 2999 | + "descriptionFormat": "html", |
| 3000 | + "currentHelper": "normal", |
| 3001 | + "folder": "PlayFabPostmanSDK-clientFolder", |
| 3002 | + "rawModeData": "{\n \"TitleId\": \"1000\",\n \"PlayerId\": \"pachycephalosaurus01\",\n \"CreateAccount\": false\n}" |
| 3003 | + }, |
2974 | 3004 | {
|
2975 | 3005 | "id": "client-LoginWithGoogleAccount",
|
2976 | 3006 | "headers": "Content-Type: application/json\n",
|
|
0 commit comments