GithubHelp home page GithubHelp logo

mickeysanchez / mpspowershell Goto Github PK

View Code? Open in Web Editor NEW

This project forked from playfab/mpspowershell

0.0 1.0 0.0 1.03 MB

Powershell client for the PlayFab Multiplayer Servers API.

License: Apache License 2.0

PowerShell 89.12% C# 10.88%

mpspowershell's Introduction

MpsPowershell

PlayFabMultiplayerApi

Overview

The PlayFabMultiplayerAPI module is useful for creating and managing PlayFab Multiplayer Server builds. This module is generated using AutoRest, and is a replacement for the old Multiplayer Powershell cmdlets.

Most of the contents of the MpsPowershell folder are autogenerated by AutoRest, with the exception of the custom, resources, and examples folders.

Installation

PS> Install-Module -Name PlayFabMultiplayerApi

How to Use

See docs for a list of cmdlets in the module. Set-PfTitle must be called before any other cmdlets in order to set up auth.

See how-to.md for more detailed instructions.

Building

  1. Install Autorest
  2. Download or clone Multiplayer.swagger.json from the PlayFab/Api_Specs repo.
  3. Run the following in PowerShell Core (building the module only works in PowerShell Core, but the resulting module can then be used in both PowerShell Core and Windows PowerShell):
    # Replace "path/to/Multiplayer.swagger.json" with the path you downloaded the file to.
    # Also make sure to increment the module version if you're planning on publishing to PowerShell Gallery.
    PS> .\generate.ps1 -Input-File "path/to/Multiplayer.swagger.json" -Module-Version 0.1.0
    
    PS> .\MpsPowershell\build-module.ps1 -pack
    
    # If everything succeeded, there will now be a .nupkg file in \MpsPowershell\bin that you can publish to PowerShell Gallery.

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

Contributing

We are more than happy to accept external contributions! If you want to propose a small code change, feel free to open a Pull Request directly. If you plan to do a bigger change, it would be better if you open an issue describing your proposed design in order to get feedback from project maintainers.

Copyright and Licensing Information:

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

Full details available within the LICENSE file.

mpspowershell's People

Contributors

brianwp3000 avatar dgkanatsios avatar

Watchers

James Cloos avatar

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.