diff options
Diffstat (limited to '')
| -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"] } } } |
