<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>PHP on Game Server Services | Docs</title>
    <link>/tags/php/</link>
    <description>Recent content in PHP on Game Server Services | Docs</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="/tags/php/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>SDK</title>
      <link>/api_reference/initialize/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/initialize/sdk/</guid>
      <description>To initialize the SDK, you need to create the Credential and Session objects.&#xA;Credential An object representing a GS2 API key. The class BasicGs2Credential is defined and used when using the API with clientId / clientSecret.&#xA;BasicGs2Credential Parameters Argument Name Description clientId Client ID clientSecret Client Secret Session There are two types of sessions: Gs2RestSession, which uses HTTP communication, and Gs2WebSocketSession, which uses WebSocket communication. Depending on the programming language, Gs2WebSocketSession may not be supported, and it also has limitations when handling requests with large payloads.</description>
    </item>
    <item>
      <title>Start using GS2</title>
      <link>/get_start/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/get_start/</guid>
      <description>SDK Game Engine Game Server Services provides SDKs for all major game engines. The SDK for game engines is provided in a higher level API format than the regular SDK, with a focus on use from within the game.&#xA;Language: Unity Unreal Engine 5 GS2 SDK for Unity This SDK is distributed under the Apache License 2.0.&#xA;You must clearly indicate somewhere in your program that you are using libraries provided under the Apache License 2.</description>
    </item>
    <item>
      <title>GS2-Account SDK API Reference</title>
      <link>/api_reference/account/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/account/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-AdReward SDK API Reference</title>
      <link>/api_reference/ad_reward/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/ad_reward/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Auth SDK API Reference</title>
      <link>/api_reference/auth/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/auth/sdk/</guid>
      <description>Models AccessToken Access token&#xA;A model that manages access tokens issued after user authentication. Access tokens are used to identify a session while a user is logged in to the service. Tokens have an expiration time, and when they expire, re-authentication is required.&#xA;Details Type Condition Required Default Value Limits Description token string ✓ ~ 1024 chars Access tokenA token used to authenticate access.This token is automatically generated by the system and identifies the user&amp;rsquo;s session.</description>
    </item>
    <item>
      <title>GS2-Buff SDK API Reference</title>
      <link>/api_reference/buff/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/buff/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the Namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a Namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Chat SDK API Reference</title>
      <link>/api_reference/chat/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/chat/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the Namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a Namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Datastore SDK API Reference</title>
      <link>/api_reference/datastore/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/datastore/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Deploy SDK API Reference</title>
      <link>/api_reference/deploy/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/deploy/sdk/</guid>
      <description>Models GitHubCheckoutSetting Setting for checking out master data from GitHub&#xA;Configuration for fetching template or master data files directly from a GitHub repository. Supports referencing by commit hash, branch name, or tag name, and requires a GS2-Key GitHub API key for authentication.&#xA;Details Type Condition Required Default Value Limits Description apiKeyId string ✓ ~ 1024 chars GitHub API Key GRN repositoryName string ✓ ~ 1024 chars Repository NameThe GitHub repository name in &amp;ldquo;owner/repo&amp;rdquo; format from which to fetch the file.</description>
    </item>
    <item>
      <title>GS2-Dictionary SDK API Reference</title>
      <link>/api_reference/dictionary/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/dictionary/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Distributor SDK API Reference</title>
      <link>/api_reference/distributor/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/distributor/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Enchant SDK API Reference</title>
      <link>/api_reference/enchant/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/enchant/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Enhance SDK API Reference</title>
      <link>/api_reference/enhance/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/enhance/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Exchange SDK API Reference</title>
      <link>/api_reference/exchange/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/exchange/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Experience SDK API Reference</title>
      <link>/api_reference/experience/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/experience/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Formation SDK API Reference</title>
      <link>/api_reference/formation/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/formation/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Freeze SDK API Reference</title>
      <link>/api_reference/freeze/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/freeze/sdk/</guid>
      <description>Models Output Output of stage update progress&#xA;Represents a log entry generated during a stage version update operation. Each output captures a step or event in the update process. Outputs are automatically cleaned up after 30 days.&#xA;Details Type Condition Required Default Value Limits Description outputId string * ~ 1024 chars Stage update progress output GRN * Set automatically by the server name string ✓ UUID ~ 36 chars Output NameMaintains a unique name for each output of stage update progress.</description>
    </item>
    <item>
      <title>GS2-Friend SDK API Reference</title>
      <link>/api_reference/friend/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/friend/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Gateway SDK API Reference</title>
      <link>/api_reference/gateway/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/gateway/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Grade SDK API Reference</title>
      <link>/api_reference/grade/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/grade/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Guard SDK API Reference</title>
      <link>/api_reference/guard/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/guard/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts.&#xA;Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Guild SDK API Reference</title>
      <link>/api_reference/guild/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/guild/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Identifier SDK API Reference</title>
      <link>/api_reference/identifier/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/identifier/sdk/</guid>
      <description>Models Identifier Credential&#xA;Credentials used to access the GS2 API. A credential consists of a client ID and a client secret, and access using the credential is restricted based on the privileges of the user who owns the credential.&#xA;Details Type Condition Required Default Value Limits Description clientId string ✓ UUID ~ 256 chars Client ID userName string ✓ ~ 128 chars User NameThe name of the GS2-Identifier user who owns this credential.</description>
    </item>
    <item>
      <title>GS2-Idle SDK API Reference</title>
      <link>/api_reference/idle/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/idle/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the Namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a Namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Inbox SDK API Reference</title>
      <link>/api_reference/inbox/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/inbox/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Inventory SDK API Reference</title>
      <link>/api_reference/inventory/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/inventory/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-JobQueue SDK API Reference</title>
      <link>/api_reference/job_queue/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/job_queue/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Key SDK API Reference</title>
      <link>/api_reference/key/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/key/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the Namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a Namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Limit SDK API Reference</title>
      <link>/api_reference/limit/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/limit/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Lock SDK API Reference</title>
      <link>/api_reference/lock/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/lock/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the Namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a Namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Log SDK API Reference</title>
      <link>/api_reference/log/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/log/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the Namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a Namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-LoginReward SDK API Reference</title>
      <link>/api_reference/login_reward/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/login_reward/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Lottery SDK API Reference</title>
      <link>/api_reference/lottery/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/lottery/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Matchmaking SDK API Reference</title>
      <link>/api_reference/matchmaking/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/matchmaking/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-MegaField SDK API Reference</title>
      <link>/api_reference/mega_field/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/mega_field/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Mission SDK API Reference</title>
      <link>/api_reference/mission/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/mission/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Money SDK API Reference</title>
      <link>/api_reference/money/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/money/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Money2 SDK API Reference</title>
      <link>/api_reference/money2/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/money2/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-News SDK API Reference</title>
      <link>/api_reference/news/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/news/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Quest SDK API Reference</title>
      <link>/api_reference/quest/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/quest/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Ranking SDK API Reference</title>
      <link>/api_reference/ranking/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/ranking/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Ranking2 SDK API Reference</title>
      <link>/api_reference/ranking2/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/ranking2/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Realtime SDK API Reference</title>
      <link>/api_reference/realtime/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/realtime/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Schedule SDK API Reference</title>
      <link>/api_reference/schedule/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/schedule/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Script SDK API Reference</title>
      <link>/api_reference/script/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/script/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-SeasonRating SDK API Reference</title>
      <link>/api_reference/season_rating/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/season_rating/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-SerialKey SDK API Reference</title>
      <link>/api_reference/serial_key/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/serial_key/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Showcase SDK API Reference</title>
      <link>/api_reference/showcase/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/showcase/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-SkillTree SDK API Reference</title>
      <link>/api_reference/skill_tree/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/skill_tree/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Stamina SDK API Reference</title>
      <link>/api_reference/stamina/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/stamina/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-StateMachine SDK API Reference</title>
      <link>/api_reference/state_machine/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/state_machine/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
    <item>
      <title>GS2-Version SDK API Reference</title>
      <link>/api_reference/version/sdk/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>/api_reference/version/sdk/</guid>
      <description>Models Namespace Namespace&#xA;A Namespace allows multiple independent instances of the same service within a single project by separating data spaces and usage contexts. Each GS2 service is managed on a per-namespace basis. Even when using the same service, if the namespace differs, the data is treated as a completely independent data space.&#xA;Therefore, you must create a namespace before you can start using each service.&#xA;Details Type Condition Required Default Value Limits Description namespaceId string * ~ 1024 chars Namespace GRN * Set automatically by the server name string ✓ ~ 128 chars Namespace nameNamespace-specific name.</description>
    </item>
  </channel>
</rss>
