From 05969143ca08609b12cf4a1040dd41068e088fe9 Mon Sep 17 00:00:00 2001 From: mdlesk Date: Mon, 2 Jan 2012 22:58:32 -0500 Subject: [PATCH] Update API.md --- API.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/API.md b/API.md index e8fd05a..1b631f4 100644 --- a/API.md +++ b/API.md @@ -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 - + +
*Modes* ***SEARCH*** @@ -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 + \ No newline at end of file