21 lines
418 B
Plaintext
21 lines
418 B
Plaintext
meta {
|
|
name: otm_location
|
|
type: http
|
|
seq: 2
|
|
}
|
|
|
|
get {
|
|
url: https://api.opentripmap.com/0.1/en/places/bbox?lon_min=-1.435199&lon_max=-1.43519&lat_min=46.668460&lat_max=46.668461&apikey={{OTM_KEY}}&kinds=bars,cafes,pubs,biergartens
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
query {
|
|
lon_min: -1.435199
|
|
lon_max: -1.43519
|
|
lat_min: 46.668460
|
|
lat_max: 46.668461
|
|
apikey: {{OTM_KEY}}
|
|
kinds: bars,cafes,pubs,biergartens
|
|
}
|