add initial ESSE3 collections

This commit is contained in:
2026-04-20 15:29:26 +02:00
parent 280ce2580e
commit 094c389c46
106 changed files with 11289 additions and 0 deletions
@@ -0,0 +1,34 @@
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