feat: initial
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
opencollection: 1.0.0
|
||||
|
||||
info:
|
||||
name: approagency
|
||||
config:
|
||||
proxy:
|
||||
inherit: true
|
||||
config:
|
||||
protocol: http
|
||||
hostname: ""
|
||||
port: ""
|
||||
auth:
|
||||
username: ""
|
||||
password: ""
|
||||
bypassProxy: ""
|
||||
|
||||
request:
|
||||
auth:
|
||||
type: bearer
|
||||
token: "{{token}}"
|
||||
variables:
|
||||
- name: baseUrl
|
||||
value: http://localhost:8000/api
|
||||
disabled: true
|
||||
- name: token
|
||||
value: https://api.approagency.ir
|
||||
disabled: true
|
||||
- name: baseUrl
|
||||
value: https://api.approagency.ir/api
|
||||
- name: token
|
||||
value: ""
|
||||
- name: baseUrl
|
||||
value: ""
|
||||
disabled: true
|
||||
- name: baseUrl
|
||||
value: ""
|
||||
disabled: true
|
||||
- name: baseUrl
|
||||
value: ""
|
||||
disabled: true
|
||||
scripts:
|
||||
- type: before-request
|
||||
code: req.setHeader("Accept", "application/json");
|
||||
bundled: false
|
||||
extensions:
|
||||
bruno:
|
||||
ignore:
|
||||
- node_modules
|
||||
- .git
|
||||
Reference in New Issue
Block a user