Skip to content

Commit

Permalink
start geo API
Browse files Browse the repository at this point in the history
  • Loading branch information
fcuny committed Apr 24, 2011
1 parent ddeaef3 commit e751394
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions services/geonames.json
@@ -0,0 +1,18 @@
{
"base_url": "http://api.geonames.org",
"version": "0.1",
"name": "GeoNames",
"authority": "GITHUB:franckcuny",
"meta": {
"documentation": "http://www.geonames.org/export/web-services.html",
},
"methods": {
"search": {
"method": "GET",
"path" : "/searchJSON",
"expected_status": ["200"],
"optional_params": ["maxRows"],
"required_params": ["q"]
}
}
}

0 comments on commit e751394

Please sign in to comment.