From 7afbd64970099dc5e9618370bfd2f92e5866422d Mon Sep 17 00:00:00 2001 From: franck cuny Date: Tue, 31 May 2011 16:31:40 +0200 Subject: [PATCH] fix json for geonames --- services/geonames.json | 4 ++-- 1 file 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"] } } }