Skip to content

Commit

Permalink
https://api.playfab.com/releaseNotes/#170130
Browse files Browse the repository at this point in the history
  • Loading branch information
Playfab Jenkins Bot committed Jan 31, 2017
2 parents 382bb55 + a1d841f commit 236b18b
Show file tree
Hide file tree
Showing 31 changed files with 34,653 additions and 261 deletions.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
testTitleData.json
bin/
obj/
.vs/

*.map
*.user

testTitleData.json
19 changes: 0 additions & 19 deletions PlayFabApiTest.html

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
var PlayFab = typeof PlayFab != 'undefined' ? PlayFab : {};
/// <reference path="../typings/PlayFab/PlayFabAdminApi.d.ts" />

var PlayFab = typeof PlayFab != "undefined" ? PlayFab : {};

if(!PlayFab.settings) {
PlayFab.settings = {
Expand All @@ -18,8 +20,6 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
sessionTicket: null,
sdkVersion: "0.36.170109",
buildIdentifier: "jbuild_javascriptsdk_1",
productionServerUrl: ".playfabapi.com",

GetServerUrl: function () {
Expand Down Expand Up @@ -99,6 +99,9 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_1";
PlayFab.sdkVersion = "1.0.170130";

PlayFab.AdminApi = {

GetPolicy: function (request, callback) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
var PlayFab = typeof PlayFab != 'undefined' ? PlayFab : {};
/// <reference path="../typings/PlayFab/PlayFabClientApi.d.ts" />

var PlayFab = typeof PlayFab != "undefined" ? PlayFab : {};

if(!PlayFab.settings) {
PlayFab.settings = {
Expand All @@ -18,8 +20,6 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
sessionTicket: null,
sdkVersion: "0.36.170109",
buildIdentifier: "jbuild_javascriptsdk_1",
productionServerUrl: ".playfabapi.com",

GetServerUrl: function () {
Expand Down Expand Up @@ -99,6 +99,9 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_1";
PlayFab.sdkVersion = "1.0.170130";

PlayFab.ClientApi = {

IsClientLoggedIn: function () {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
var PlayFab = typeof PlayFab != 'undefined' ? PlayFab : {};
/// <reference path="../typings/PlayFab/PlayFabMatchmakerApi.d.ts" />

var PlayFab = typeof PlayFab != "undefined" ? PlayFab : {};

if(!PlayFab.settings) {
PlayFab.settings = {
Expand All @@ -18,8 +20,6 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
sessionTicket: null,
sdkVersion: "0.36.170109",
buildIdentifier: "jbuild_javascriptsdk_1",
productionServerUrl: ".playfabapi.com",

GetServerUrl: function () {
Expand Down Expand Up @@ -99,6 +99,9 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_1";
PlayFab.sdkVersion = "1.0.170130";

PlayFab.MatchmakerApi = {

AuthUser: function (request, callback) {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
var PlayFab = typeof PlayFab != 'undefined' ? PlayFab : {};
/// <reference path="../typings/PlayFab/PlayFabServerApi.d.ts" />

var PlayFab = typeof PlayFab != "undefined" ? PlayFab : {};

if(!PlayFab.settings) {
PlayFab.settings = {
Expand All @@ -18,8 +20,6 @@ if(!PlayFab.settings) {
if(!PlayFab._internalSettings) {
PlayFab._internalSettings = {
sessionTicket: null,
sdkVersion: "0.36.170109",
buildIdentifier: "jbuild_javascriptsdk_1",
productionServerUrl: ".playfabapi.com",

GetServerUrl: function () {
Expand Down Expand Up @@ -99,6 +99,9 @@ if(!PlayFab._internalSettings) {
}
}

PlayFab.buildIdentifier = "jbuild_javascriptsdk_1";
PlayFab.sdkVersion = "1.0.170130";

PlayFab.ServerApi = {

AuthenticateSessionTicket: function (request, callback) {
Expand Down
4,696 changes: 4,696 additions & 0 deletions PlayFabSdk/src/Typings/PlayFab/PlayFabAdminApi.d.ts

Large diffs are not rendered by default.

5,481 changes: 5,481 additions & 0 deletions PlayFabSdk/src/Typings/PlayFab/PlayFabClientApi.d.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 236b18b

Please sign in to comment.