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 16 additions and 1 deletions
Showing only changes of commit 69315cc445 - Show all commits

View File

@ -0,0 +1,15 @@
meta {
name: otm_drink_id
type: http
seq: 7
}
get {
url: https://api.opentripmap.com/0.1/en/places/xid/562635?apikey={{OTM_KEY}}
body: none
auth: none
}
query {
apikey: {{OTM_KEY}}
}

View File

@ -1,7 +1,7 @@
meta { meta {
name: otm_ex_city name: otm_ex_city
type: http type: http
seq: 7 seq: 8
} }
get { get {