feat: add open data to dev #3
5
bruno/OpenData datatourisme/bruno.json
Normal file
5
bruno/OpenData datatourisme/bruno.json
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": "1",
|
||||
"name": "OpenData datatourisme",
|
||||
"type": "collection"
|
||||
}
|
3
bruno/OpenData datatourisme/environments/dev.bru
Normal file
3
bruno/OpenData datatourisme/environments/dev.bru
Normal file
@ -0,0 +1,3 @@
|
||||
vars:secret [
|
||||
app_key
|
||||
]
|
11
bruno/OpenData datatourisme/test opendata.bru
Normal file
11
bruno/OpenData datatourisme/test opendata.bru
Normal file
@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: test opendata
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: https://diffuseur.datatourisme.fr/webservice/adb00e7893763e3196afe9a3da1c9e41/{{app_key}}
|
||||
body: none
|
||||
auth: none
|
||||
}
|
15
bruno/OpenData datatourisme/test pays de la loire.bru
Normal file
15
bruno/OpenData datatourisme/test pays de la loire.bru
Normal file
@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: test pays de la loire
|
||||
type: graphql
|
||||
seq: 2
|
||||
}
|
||||
|
||||
post {
|
||||
url: http://localhost:8080
|
||||
body: graphql
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:graphql {
|
||||
{poi() {results{dc_identifier rdfs_label}}}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user