blob: 92f53a46f9fc34c6376f443a77c5d3d0ad636796 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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","username"]
}
}
}
|