50 lines
903 B
YAML
50 lines
903 B
YAML
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
|