feat: open-trip-api-drink (#11)
Reviewed-on: #11 Co-authored-by: Clement <c.boesmier@aptatio.com> Co-committed-by: Clement <c.boesmier@aptatio.com>
This commit is contained in:
19
bruno/OpenData datatourisme/otm/otm_drink_bbox.bru
Normal file
19
bruno/OpenData datatourisme/otm/otm_drink_bbox.bru
Normal file
@ -0,0 +1,19 @@
|
||||
meta {
|
||||
name: otm_drink_bbox
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{TRIPMAP_URL}}/en/places/radius?radius=10&lon=-1.4344594&lat=46.6686478&apikey={{OTM_KEY}}&kinds=bars,cafes,pubs,biergartens
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
query {
|
||||
radius: 10
|
||||
lon: -1.4344594
|
||||
lat: 46.6686478
|
||||
apikey: {{OTM_KEY}}
|
||||
kinds: bars,cafes,pubs,biergartens
|
||||
}
|
Reference in New Issue
Block a user