language-learning-app/Language Learning API/opencollection.yml
2026-03-18 20:55:02 +00:00

31 lines
666 B
YAML

opencollection: 1.0.0
info:
name: Language Learning API
config:
proxy:
inherit: true
config:
protocol: http
hostname: ""
port: ""
auth:
username: ""
password: ""
bypassProxy: ""
request:
auth:
type: bearer
token: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ0ZXN0In0.sW8dZVeROpNxCHL2HEXym6aDzaobFW17mLPaYbtlyYs
variables:
- name: baseUrl
value: http://localhost:8000
- name: token
value: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJ0ZXN0In0.sW8dZVeROpNxCHL2HEXym6aDzaobFW17mLPaYbtlyYs
bundled: false
extensions:
bruno:
ignore:
- node_modules
- .git