From 661e137ead9e6e28470f17a6c68258ac563a6027 Mon Sep 17 00:00:00 2001 From: mdlesk Date: Mon, 2 Jan 2012 23:02:20 -0500 Subject: [PATCH] Update API.md --- API.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/API.md b/API.md index 1fc885a..bb71e5b 100644 --- a/API.md +++ b/API.md @@ -27,10 +27,11 @@ SYSTEM - The name of the system corresponding with the action *Modes* ***SEARCH*** - This mode searches for a game. A json response will be returned containing all games matching the search term. The term parameter should be supplied. If it is blank or not supplied, all games will be returned +
+This mode searches for a game. A json response will be returned containing all games matching the search term. The term parameter should be supplied. If it is blank or not supplied, all games will be returned - 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 +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