batman
This commit is contained in:
commit
1893b81204
11
Byndle/Maps/Areas.bru
Normal file
11
Byndle/Maps/Areas.bru
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
meta {
|
||||||
|
name: Areas
|
||||||
|
type: http
|
||||||
|
seq: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
get {
|
||||||
|
url: {{host}}/mapcloud/areas
|
||||||
|
body: none
|
||||||
|
auth: inherit
|
||||||
|
}
|
11
Byndle/Maps/Markers/Area.bru
Normal file
11
Byndle/Maps/Markers/Area.bru
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
meta {
|
||||||
|
name: Area
|
||||||
|
type: http
|
||||||
|
seq: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
get {
|
||||||
|
url: {{host}}/mapcloud/marker/area/8888
|
||||||
|
body: none
|
||||||
|
auth: inherit
|
||||||
|
}
|
11
Byndle/Missions/Unmatched Leads.bru
Normal file
11
Byndle/Missions/Unmatched Leads.bru
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
meta {
|
||||||
|
name: Unmatched Leads
|
||||||
|
type: http
|
||||||
|
seq: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
get {
|
||||||
|
url: {{host}}/missions/{{missionId}}/unmatchedleads
|
||||||
|
body: none
|
||||||
|
auth: inherit
|
||||||
|
}
|
17
Byndle/Search/Nummeropplysningv2.bru
Normal file
17
Byndle/Search/Nummeropplysningv2.bru
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
meta {
|
||||||
|
name: Nummeropplysningv2
|
||||||
|
type: http
|
||||||
|
seq: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
post {
|
||||||
|
url: {{host}}/search/nummeropplysningv2
|
||||||
|
body: json
|
||||||
|
auth: none
|
||||||
|
}
|
||||||
|
|
||||||
|
body:json {
|
||||||
|
{
|
||||||
|
"query": "48602522"
|
||||||
|
}
|
||||||
|
}
|
17
Byndle/Stoplists/Global Application.bru
Normal file
17
Byndle/Stoplists/Global Application.bru
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
meta {
|
||||||
|
name: Global Application
|
||||||
|
type: http
|
||||||
|
seq: 5
|
||||||
|
}
|
||||||
|
|
||||||
|
put {
|
||||||
|
url: {{host}}/stoplists/{{stoplistId}}/global
|
||||||
|
body: json
|
||||||
|
auth: inherit
|
||||||
|
}
|
||||||
|
|
||||||
|
body:json {
|
||||||
|
[
|
||||||
|
"PersonAddress", "Phone"
|
||||||
|
]
|
||||||
|
}
|
11
Byndle/Stoplists/Globals.bru
Normal file
11
Byndle/Stoplists/Globals.bru
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
meta {
|
||||||
|
name: Globals
|
||||||
|
type: http
|
||||||
|
seq: 3
|
||||||
|
}
|
||||||
|
|
||||||
|
get {
|
||||||
|
url: {{host}}/stoplists/global
|
||||||
|
body: none
|
||||||
|
auth: inherit
|
||||||
|
}
|
15
Byndle/Stoplists/SetGlobal.bru
Normal file
15
Byndle/Stoplists/SetGlobal.bru
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
meta {
|
||||||
|
name: SetGlobal
|
||||||
|
type: http
|
||||||
|
seq: 4
|
||||||
|
}
|
||||||
|
|
||||||
|
put {
|
||||||
|
url: {{host}}/stoplists/{{stoplistId}}/global/{{isGlobal}}
|
||||||
|
body: none
|
||||||
|
auth: inherit
|
||||||
|
}
|
||||||
|
|
||||||
|
vars:pre-request {
|
||||||
|
isGlobal: true
|
||||||
|
}
|
11
Byndle/Stoplists/Stoplist.bru
Normal file
11
Byndle/Stoplists/Stoplist.bru
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
meta {
|
||||||
|
name: Stoplist
|
||||||
|
type: http
|
||||||
|
seq: 2
|
||||||
|
}
|
||||||
|
|
||||||
|
get {
|
||||||
|
url: {{host}}/stoplists/{{stoplistId}}
|
||||||
|
body: none
|
||||||
|
auth: inherit
|
||||||
|
}
|
11
Byndle/Stoplists/Stoplists.bru
Normal file
11
Byndle/Stoplists/Stoplists.bru
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
meta {
|
||||||
|
name: Stoplists
|
||||||
|
type: http
|
||||||
|
seq: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
get {
|
||||||
|
url: {{host}}/stoplists
|
||||||
|
body: none
|
||||||
|
auth: inherit
|
||||||
|
}
|
11
Byndle/Wash/Person.bru
Normal file
11
Byndle/Wash/Person.bru
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
meta {
|
||||||
|
name: Person
|
||||||
|
type: http
|
||||||
|
seq: 1
|
||||||
|
}
|
||||||
|
|
||||||
|
get {
|
||||||
|
url: {{host}}/wash/person/48602522
|
||||||
|
body: none
|
||||||
|
auth: inherit
|
||||||
|
}
|
9
Byndle/bruno.json
Normal file
9
Byndle/bruno.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"version": "1",
|
||||||
|
"name": "Byndle",
|
||||||
|
"type": "collection",
|
||||||
|
"ignore": [
|
||||||
|
"node_modules",
|
||||||
|
".git"
|
||||||
|
]
|
||||||
|
}
|
11
Byndle/collection.bru
Normal file
11
Byndle/collection.bru
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
auth {
|
||||||
|
mode: bearer
|
||||||
|
}
|
||||||
|
|
||||||
|
auth:bearer {
|
||||||
|
token: {{jwt}}
|
||||||
|
}
|
||||||
|
|
||||||
|
vars:pre-request {
|
||||||
|
host: http://172.31.71.129:43100/v1
|
||||||
|
}
|
7
Byndle/environments/demo.bru
Normal file
7
Byndle/environments/demo.bru
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
vars {
|
||||||
|
host: https://demoapi.byndle.no/v1
|
||||||
|
}
|
||||||
|
vars:secret [
|
||||||
|
creds,
|
||||||
|
jwt
|
||||||
|
]
|
7
Byndle/environments/local.bru
Normal file
7
Byndle/environments/local.bru
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
vars {
|
||||||
|
host: http://172.31.71.129:43100/v1
|
||||||
|
}
|
||||||
|
vars:secret [
|
||||||
|
creds,
|
||||||
|
jwt
|
||||||
|
]
|
7
Byndle/environments/prod.bru
Normal file
7
Byndle/environments/prod.bru
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
vars {
|
||||||
|
host: https://api.byndle.no/v1
|
||||||
|
jwt: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJjdXN0b21lcklkIjoiMTQiLCJ1c2VySWQiOiIyMzIyIiwiaXNzdWVkIjoiMDEvMjAvMjAyNSAwOTozMjoyOCIsImV4cCI6MTczNzk2Njc0OCwiaXNzIjoicG9ydGFsLmJ5bmRsZS5ubyIsImF1ZCI6InBvcnRhbC5ieW5kbGUubm8iLCJyb2xlIjoiU3lzdGVtQWRtaW5pc3RyYXRvciIsInVpZCI6MjMyMn0.Uq4QALk_ZKXRcgEdIaw7GJpc-0ao5UKG1vEesj5zWRA
|
||||||
|
}
|
||||||
|
vars:secret [
|
||||||
|
creds
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user