Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction

This document details the potential integration with the Gosu Gamers web site.  The intention is to streamline tournaments to limit the risks of technical difficulty for teams and tournament organisers.

...

The simplest method of spawning a new Drafting Server from the web could be to have an HTTP endpoint.The link could look something like this: 

`Meaning, the NautDrafter system could listen for an HTTP GET request that kicks off a dedicated Drafting Server. The suggested format is the following:

Code Block
http://

...

drafting.nautdrafter.monky-games.com/drafting/create?id=uuid&redteam=name&blueteam=name&draft-config=

...

name&map=

...

name&password=pass

...

Parameters

  • id: the unique id given to tournament organizers
  • redteam: the name of the red team
  • blueteam: the blue team name
  • draft-config: the name of the custom draft configuration
  • map (optional): the name of the map
  • password (optional): the password for the game