Skip to content

Commit e7bd1d6

Browse files
author
Playfab Jenkins Bot
committed
Automated build from Jenkins
1 parent 508ab89 commit e7bd1d6

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

playfab.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@
193193
"client-GetContentDownloadUrl",
194194
"client-GetCurrentGames",
195195
"client-GetFriendLeaderboard",
196+
"client-GetFriendLeaderboardAroundCurrentUser",
196197
"client-GetFriendsList",
197198
"client-GetGameServerRegions",
198199
"client-GetLeaderboard",
@@ -233,6 +234,7 @@
233234
"client-LoginWithCustomID",
234235
"client-LoginWithEmailAddress",
235236
"client-LoginWithFacebook",
237+
"client-LoginWithGameCenter",
236238
"client-LoginWithGoogleAccount",
237239
"client-LoginWithIOSDeviceID",
238240
"client-LoginWithKongregate",
@@ -2411,6 +2413,20 @@
24112413
"folder": "PlayFabPostmanSDK-clientFolder",
24122414
"rawModeData": "{\n \"StatisticName\": \"Kills\",\n \"StartPosition\": 1258,\n \"MaxResultsCount\": 20,\n \"IncludeSteamFriends\": false\n}"
24132415
},
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+
},
24142430
{
24152431
"id": "client-GetFriendsList",
24162432
"headers": "Content-Type: application/json\nX-Authentication: {{SessionTicket}}\n",
@@ -2971,6 +2987,20 @@
29712987
"folder": "PlayFabPostmanSDK-clientFolder",
29722988
"rawModeData": "{\n \"TitleId\": \"1\",\n \"AccessToken\": \"FaceAccessTokenID\",\n \"CreateAccount\": false\n}"
29732989
},
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+
},
29743004
{
29753005
"id": "client-LoginWithGoogleAccount",
29763006
"headers": "Content-Type: application/json\n",

0 commit comments

Comments
 (0)