feat: open-trip-api-drink #11

Merged
Clement merged 34 commits from feat/open-trip-api into master 2024-05-19 09:38:39 +00:00
2 changed files with 20 additions and 4 deletions
Showing only changes of commit 2e9362cb32 - Show all commits

View File

@ -5,15 +5,15 @@ meta {
} }
get { get {
url: {{TRIPMAP_URL}}/en/places/radius?radius=1000&lon=-1.43333&lat=46.66667&apikey={{OTM_KEY}}&kinds=bars,cafes,pubs,biergartens url: {{TRIPMAP_URL}}/en/places/radius?radius=10&lon=-1.4344594&lat=46.6686478&apikey={{OTM_KEY}}&kinds=bars,cafes,pubs,biergartens
body: none body: none
auth: none auth: none
} }
query { query {
radius: 1000 radius: 10
lon: -1.43333 lon: -1.4344594
lat: 46.66667 lat: 46.6686478
apikey: {{OTM_KEY}} apikey: {{OTM_KEY}}
kinds: bars,cafes,pubs,biergartens kinds: bars,cafes,pubs,biergartens
} }

View File

@ -0,0 +1,16 @@
meta {
name: otm_ex_radius
type: http
seq: 9
}
get {
url: http://localhost:3001/otm/city?name=La roche sur yon&radius=300
body: none
auth: none
}
query {
name: La roche sur yon
radius: 300
}