about summary refs log tree commit diff
diff options
context:
space:
mode:
authorfranck cuny <franck@lumberjaph.net>2011-05-31 16:31:40 +0200
committerfranck cuny <franck@lumberjaph.net>2011-05-31 16:31:40 +0200
commit7afbd64970099dc5e9618370bfd2f92e5866422d (patch)
treea75663e37aacabfdd067f3944258743b7cae2f93
parentadd indextank to SPORE (diff)
downloadapi-description-7afbd64970099dc5e9618370bfd2f92e5866422d.tar.gz
fix json for geonames
-rw-r--r--services/geonames.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/geonames.json b/services/geonames.json
index 7301bcc..92f53a4 100644
--- a/services/geonames.json
+++ b/services/geonames.json
@@ -4,7 +4,7 @@
 "name": "GeoNames",
 "authority": "GITHUB:franckcuny",
 "meta": {
-  "documentation": "http://www.geonames.org/export/web-services.html",
+  "documentation": "http://www.geonames.org/export/web-services.html"
 },
 "methods": {
   "search": {
@@ -12,7 +12,7 @@
     "path" : "/searchJSON",
     "expected_status": ["200"],
     "optional_params": ["maxRows"],
-    "required_params": ["q"]
+    "required_params": ["q","username"]
   }
 }
 }