Skip to content

Commit

Permalink
fix json for geonames
Browse files Browse the repository at this point in the history
  • Loading branch information
fcuny committed May 31, 2011
1 parent d623ba2 commit 7afbd64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/geonames.json
Expand Up @@ -4,15 +4,15 @@
"name": "GeoNames", "name": "GeoNames",
"authority": "GITHUB:franckcuny", "authority": "GITHUB:franckcuny",
"meta": { "meta": {
"documentation": "http://www.geonames.org/export/web-services.html", "documentation": "http://www.geonames.org/export/web-services.html"
}, },
"methods": { "methods": {
"search": { "search": {
"method": "GET", "method": "GET",
"path" : "/searchJSON", "path" : "/searchJSON",
"expected_status": ["200"], "expected_status": ["200"],
"optional_params": ["maxRows"], "optional_params": ["maxRows"],
"required_params": ["q"] "required_params": ["q","username"]
} }
} }
} }

0 comments on commit 7afbd64

Please sign in to comment.