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
This commit is contained in:
2026-07-14 13:32:59 +02:00
parent 09ff0cacad
commit ca9ba75c21
18 changed files with 368 additions and 88 deletions
+22 -8
View File
@@ -1,27 +1,41 @@
{
"Config": {
"ExcludeFromBruno": [
"elixFormsApiUrl",
"elixFormsApiUrl_Default",
"esse3apiRootUrl",
"IdemApiUrl",
"IrisApiUrl"
]
},
"API": {
"elixForms API v2": {
"elixFormsWsAuthenticationToken": null,
"elixFormsApiUrl": "https://procedure.unipr.it/eF/services/api",
"elixFormsApiUrl_Default": "https://procedure.unipr.it/eF/api",
"elixFormsApiUsername": null,
"elixFormsApiPassword": null,
"elixFormsApiUsername": null
"elixFormsWsAuthenticationToken": null
},
"ESSE3 Anagrafica API": {
"esse3apiRootUrl": "https://unipr2.esse3.pp.cineca.it/e3rest/api",
"esse3apiUsername": null,
"esse3apiPassword": null
},
"ESSE3 Common Auth API": {
"esse3apiRootUrl": "https://unipr2.esse3.pp.cineca.it/e3rest/api",
"esse3apiUsername": null,
"esse3apiPassword": null
},
"IDEM WebServices": {
"IdemApiPassword_Test": null,
"IdemApiPassword_Prod": null,
"IdemApiKey_Prod": null,
"IdemApiKey_Test": null
"IdemApiUrl": "https://www.idem.unipr.it/ws/elix",
"IdemApiUsername": null,
"IdemApiPassword": null,
"IdemApiKey": null
},
"IRIS GW (Gateway) REST API (v1)": {
"IrisApiPassword": null,
"IrisApiUsername": null
"IrisApiUrl": "https://air.unipr.it/gw/rest/api",
"IrisApiUsername": null,
"IrisApiPassword": null
},
"Scopus": {
"ScopusApiKey1": null,