Skip to content

Commit

Permalink
Update API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlesk committed Jan 3, 2012
1 parent 18b8d3a commit 0596914
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ API_KEY - The Gamez API Key (Can be retrieved from Settings page)
MODE - The type of request. Valid values: ["search"]
TERM - Used with search and should be part of the game name
SYSTEM - The name of the system corresponding with the action
</hr>

<hr />
*Modes*

***SEARCH***
Expand All @@ -31,4 +32,5 @@ This mode searches for a game. A json response will be returned containing all g
Examples:
Get list of all games: http://127.0.0.1:8085/api?api_key=ikzFRzA1Y8I1UajNJAOQ803TbTYk1vLB64A9SxrAxAw&mode=search
Search for games that contain "Super" and are only for the Wii: http://127.0.0.1:8085/api?api_key=ikzFRzA1Y8I1UajNJAOQ803TbTYk1vLB64A9SxrAxAw&mode=search&term=super&system=wii

</hr>

0 comments on commit 0596914

Please sign in to comment.