mirror of https://github.com/pelias/api.git
Harish Krishna
10 years ago
7 changed files with 13 additions and 13 deletions
@ -1,6 +1,6 @@ |
|||||||
|
|
||||||
#> valid get query |
#> valid doc query |
||||||
path: '/get?id=geoname:4221195&id=geoname:4193595' |
path: '/doc?id=geoname:4221195&id=geoname:4193595' |
||||||
|
|
||||||
#? 200 ok |
#? 200 ok |
||||||
response.statusCode.should.equal 200 |
response.statusCode.should.equal 200 |
@ -1,6 +1,6 @@ |
|||||||
|
|
||||||
#> valid get query |
#> valid doc query |
||||||
path: '/get?id=geoname:4221195' |
path: '/doc?id=geoname:4221195' |
||||||
|
|
||||||
#? 200 ok |
#? 200 ok |
||||||
response.statusCode.should.equal 200 |
response.statusCode.should.equal 200 |
Loading…
Reference in new issue