35 lines
620 B
YAML
35 lines
620 B
YAML
opencollection: 1.0.0
|
|
|
|
info:
|
|
name: ESSE3 Common Auth API
|
|
config:
|
|
proxy:
|
|
inherit: true
|
|
config:
|
|
protocol: http
|
|
hostname: ""
|
|
port: ""
|
|
auth:
|
|
username: ""
|
|
password: ""
|
|
bypassProxy: ""
|
|
|
|
request:
|
|
auth:
|
|
type: basic
|
|
username: "{{esse3apiUsername}}"
|
|
password: "{{esse3apiPassword}}"
|
|
variables:
|
|
- name: baseUrl
|
|
value: https://unipr2.esse3.pp.cineca.it/e3rest/api
|
|
- name: esse3apiUsername
|
|
value: da2.rest
|
|
- name: esse3apiPassword
|
|
value: paperino
|
|
bundled: false
|
|
extensions:
|
|
bruno:
|
|
ignore:
|
|
- node_modules
|
|
- .git
|