GithubHelp home page GithubHelp logo

marcowilliamspf / sdkgenerator Goto Github PK

View Code? Open in Web Editor NEW

This project forked from playfab/sdkgenerator

0.0 2.0 1.0 18.41 MB

Source for all auto-generated SDKs

License: Apache License 2.0

JavaScript 2.95% C 15.06% C++ 6.19% Batchfile 0.04% C# 75.63% PowerShell 0.13%

sdkgenerator's Introduction

PlayFab SDK Generator README

  1. Overview:

This is a node.js based program that takes a json description of the PlayFab API and uses it to generate out all the different SDKs that must be kept up to date. This project also contains the sources for all PlayFab SDKs on all platforms. If you want to make a change in an SDK, this is where the change has to go.

  1. Prerequisites:

  1. You must have Node.js installed: http://nodejs.org/

  2. You must have the PlayFab API spec json files: https://github.com/PlayFab/api-specs

  3. Usage Instructions:


To invoke the generator, open a command line at the root of the project and type:

node generate.js <apiSpecLocation> [<targetName>=<targetOutputLocation>] ...

<apiSpecLocation> is the directory containing the api spec json files obtained from the PlayFab api-specs repo.

Next you supply a list of targets to generate, and the directory to generate them to. Each target takes the form:

<targetName>=<targetOutputLocation>

Where <targetName> is one of the supported SDK targets, and <targetOutputLocation> is a path to a directory to generate the SDK in. Note: Make sure there are no spaces between he arguments and the equals sign. Additional

Example:

node generate.js ../api-specs csharp-unity=../sdks/unitySDK

  1. Troubleshooting:

For a complete list of available APIs, check out the online documentation.

Contact Us

We love to hear from our developer community! Do you have ideas on how we can make our products and services better?

Our Developer Success Team can assist with answering any questions as well as process any feedback you have about PlayFab services.

Forums, Support and Knowledge Base

  1. Copyright and Licensing Information:

Apache License -- Version 2.0, January 2004 http://www.apache.org/licenses/

Full details available within the LICENSE file.

  1. Version History:

  • (v1.00) -- Initial upload

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.