diff options
author | franck cuny <franck@lumberjaph.net> | 2011-05-31 16:31:40 +0200 |
---|---|---|
committer | franck cuny <franck@lumberjaph.net> | 2011-05-31 16:31:40 +0200 |
commit | 7afbd64970099dc5e9618370bfd2f92e5866422d (patch) | |
tree | a75663e37aacabfdd067f3944258743b7cae2f93 | |
parent | add indextank to SPORE (diff) | |
download | api-description-7afbd64970099dc5e9618370bfd2f92e5866422d.tar.gz |
fix json for geonames
-rw-r--r-- | services/geonames.json | 4 |
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"] } } } |