Currently the CLOT interface requires some scripting language to communicate with the WL service.
It would be useful to have a simplified interface based on the HTTP GET parameters.
This would allow us to use the API from commandline or browser.
For example if I open the following URL:
http://warlight.net/API/CreateGame?hostEmail=your@email.com&hostAPIToken=yourApiToken&templateID=1234&gameName=Game%20name%20here%20&personalMessage=Include%20a%20description%20to%20include%20with%20the%20game&players=66553413;134314314;123456789;13453531543
Then I would expect it to return the newly created game with the Location URL being set to the game ID.
So when I enter this URL in the browser it would instantly show the lobby to the newly created game.