Files
api-collections/collections/ESSE3 Anagrafica API/opencollection.yml
T
pierpaolo.mammi ca9ba75c21 major refactor
- change autogenerated folder to autodocs/httpyac
- renamed many environment variables
- add config section to env template to manage different apps
- cleanup bruno environments for easier automation of env files
- add pre-request and post-response scripts from bruno
- manage EFTL-specific scripts
- add scripts to setup json template
- add scripts to update environment files
2026-07-14 13:32:59 +02:00

31 lines
516 B
YAML

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: "{{esse3apiRootUrl}}/anagrafica-service-v2"
bundled: false
extensions:
bruno:
ignore:
- node_modules
- .git