Skip to content

Commit

Permalink
Updated API Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Dlesk committed Dec 29, 2011
1 parent f3c77dd commit bf818c1
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,17 @@ The below documentation will use http://localhost:8085/ as the base URL for Game

The API function for Gamez is accessed through the '/api' page (http://localhost:8085/api)

<hr />
JSON responses will be returned.

If the URL is accessed without any parameters, an error will be returned in the format: [{"Error" : "Error Message"}]

The API Key is a required parameter

Currently, no API actions are implemented.

<hr />
*Parameters*

API_KEY - The Gamez API Key (Can be retrieved from Settings page)

</hr>

0 comments on commit bf818c1

Please sign in to comment.