Streamline management of API collections #1

Merged
administrator merged 43 commits from feature/script-autogenerate-http into main 2026-08-19 14:54:42 +02:00
2 changed files with 35 additions and 1 deletions
Showing only changes of commit cd5dc41832 - Show all commits
+4 -1
View File
@@ -1,6 +1,7 @@
# Secrets
.env*
!.env.template
env.json
# Dependencies
node_modules
@@ -10,4 +11,6 @@ node_modules
Thumbs.db
# Automatically generated stuff
autogen/**/*
autogen/**/*
*.temp
+31
View File
@@ -0,0 +1,31 @@
{
"API": {
"elixForms API v2": {
"elixFormsWsAuthenticationToken": null,
"elixFormsApiPassword": null,
"elixFormsApiUsername": null
},
"ESSE3 Anagrafica API": {
"esse3apiUsername": null,
"esse3apiPassword": null
},
"ESSE3 Common Auth API": {
"esse3apiUsername": null,
"esse3apiPassword": null
},
"IDEM WebServices": {
"IdemApiPassword_Test": null,
"IdemApiPassword_Prod": null,
"IdemApiKey_Prod": null,
"IdemApiKey_Test": null
},
"IRIS GW (Gateway) REST API (v1)": {
"IrisApiPassword": null,
"IrisApiUsername": null
},
"Scopus": {
"ScopusApiKey1": null,
"ScopusApiKey2": null
}
}
}