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,30 @@
opencollection: 1.0.0
info:
name: ESSE3 Anagrafica 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: "{{rootUrl}}/e3rest/api/anagrafica-service-v2"
bundled: false
extensions:
bruno:
ignore:
- node_modules
- .git