From 69315cc445b43f7c1341197fc3977287f6224689 Mon Sep 17 00:00:00 2001 From: Clement Date: Wed, 15 May 2024 00:10:09 +0200 Subject: [PATCH] add drink id test in bruno --- bruno/OpenData datatourisme/otm_drink_id.bru | 15 +++++++++++++++ bruno/OpenData datatourisme/otm_ex_city.bru | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 bruno/OpenData datatourisme/otm_drink_id.bru diff --git a/bruno/OpenData datatourisme/otm_drink_id.bru b/bruno/OpenData datatourisme/otm_drink_id.bru new file mode 100644 index 0000000..408e921 --- /dev/null +++ b/bruno/OpenData datatourisme/otm_drink_id.bru @@ -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}} +} diff --git a/bruno/OpenData datatourisme/otm_ex_city.bru b/bruno/OpenData datatourisme/otm_ex_city.bru index 3f3036f..6f0ad67 100644 --- a/bruno/OpenData datatourisme/otm_ex_city.bru +++ b/bruno/OpenData datatourisme/otm_ex_city.bru @@ -1,7 +1,7 @@ meta { name: otm_ex_city type: http - seq: 7 + seq: 8 } get {