From 3da6653f7461d2a62b116da6a075423bc5e2e894 Mon Sep 17 00:00:00 2001 From: Pier-Paolo Mammi Date: Mon, 29 Jun 2026 13:04:45 +0200 Subject: [PATCH] update and add missing environments --- collections/ESSE3 Anagrafica API/.env.template | 2 ++ ...#2.yml => ESSE3 Anagrafica Pre-Prod #2.yml} | 4 ++-- .../ESSE3 Common Auth API/.env.template | 2 ++ .../ESSE3 Common Auth Pre-Prod #2.yml | 6 ++++++ .../Dipendente (Codice fiscale).yml | 8 ++++++-- .../environments/ORDS.yml | 4 ++++ .../opencollection.yml | 18 +++++++++++++----- collections/Scopus/.env.template | 2 ++ collections/Scopus/.gitignore | 9 --------- .../Scopus/environments/Scopus - Prod.yml | 2 +- collections/Scopus/opencollection.yml | 2 +- 11 files changed, 39 insertions(+), 20 deletions(-) create mode 100644 collections/ESSE3 Anagrafica API/.env.template rename collections/ESSE3 Anagrafica API/environments/{ESSE3 Pre-Prod #2.yml => ESSE3 Anagrafica Pre-Prod #2.yml} (62%) create mode 100644 collections/ESSE3 Common Auth API/.env.template create mode 100644 collections/ESSE3 Common Auth API/environments/ESSE3 Common Auth Pre-Prod #2.yml create mode 100644 collections/ORDS generated API for publish/environments/ORDS.yml create mode 100644 collections/Scopus/.env.template delete mode 100644 collections/Scopus/.gitignore diff --git a/collections/ESSE3 Anagrafica API/.env.template b/collections/ESSE3 Anagrafica API/.env.template new file mode 100644 index 0000000..33d6adc --- /dev/null +++ b/collections/ESSE3 Anagrafica API/.env.template @@ -0,0 +1,2 @@ +esse3apiUsername= +esse3apiPassword= \ No newline at end of file diff --git a/collections/ESSE3 Anagrafica API/environments/ESSE3 Pre-Prod #2.yml b/collections/ESSE3 Anagrafica API/environments/ESSE3 Anagrafica Pre-Prod #2.yml similarity index 62% rename from collections/ESSE3 Anagrafica API/environments/ESSE3 Pre-Prod #2.yml rename to collections/ESSE3 Anagrafica API/environments/ESSE3 Anagrafica Pre-Prod #2.yml index 4a96185..dd47f79 100644 --- a/collections/ESSE3 Anagrafica API/environments/ESSE3 Pre-Prod #2.yml +++ b/collections/ESSE3 Anagrafica API/environments/ESSE3 Anagrafica Pre-Prod #2.yml @@ -3,6 +3,6 @@ variables: - name: rootUrl value: https://unipr2.esse3.pp.cineca.it - name: esse3apiUsername - value: "{{process.env.apiUsername}}" + value: "{{process.env.esse3apiUsername}}" - name: esse3apiPassword - value: "{{process.env.apiPassword}}" + value: "{{process.env.esse3apiPassword}}" diff --git a/collections/ESSE3 Common Auth API/.env.template b/collections/ESSE3 Common Auth API/.env.template new file mode 100644 index 0000000..33d6adc --- /dev/null +++ b/collections/ESSE3 Common Auth API/.env.template @@ -0,0 +1,2 @@ +esse3apiUsername= +esse3apiPassword= \ No newline at end of file diff --git a/collections/ESSE3 Common Auth API/environments/ESSE3 Common Auth Pre-Prod #2.yml b/collections/ESSE3 Common Auth API/environments/ESSE3 Common Auth Pre-Prod #2.yml new file mode 100644 index 0000000..e515e23 --- /dev/null +++ b/collections/ESSE3 Common Auth API/environments/ESSE3 Common Auth Pre-Prod #2.yml @@ -0,0 +1,6 @@ +name: "ESSE3 Common Auth Pre-Prod #2" +variables: + - name: esse3apiUsername + value: "{{process.env.esse3apiUsername}}" + - name: esse3apiPassword + value: "{{process.env.esse3apiPassword}}" diff --git a/collections/IDEM WebServices/Anagrafiche/Dipendente (Codice fiscale).yml b/collections/IDEM WebServices/Anagrafiche/Dipendente (Codice fiscale).yml index 930a867..1c9ed91 100644 --- a/collections/IDEM WebServices/Anagrafiche/Dipendente (Codice fiscale).yml +++ b/collections/IDEM WebServices/Anagrafiche/Dipendente (Codice fiscale).yml @@ -5,7 +5,7 @@ info: http: method: GET - url: "{{IdemApiUrl}}/dipendente.php?cod_fis=CNCCRL76R01I153R" + url: "{{IdemApiUrl}}/dipendente.php?cod_fis=SPRGRL67B15F611N" params: - name: cod_fis value: MMMPPL74T17E463A @@ -54,8 +54,12 @@ http: type: query disabled: true - name: cod_fis - value: CNCCRL76R01I153R + value: SPRGRL67B15F611N type: query + - name: cod_fis + value: RMGGNN82S16I496I + type: query + disabled: true auth: inherit settings: diff --git a/collections/ORDS generated API for publish/environments/ORDS.yml b/collections/ORDS generated API for publish/environments/ORDS.yml new file mode 100644 index 0000000..50a2943 --- /dev/null +++ b/collections/ORDS generated API for publish/environments/ORDS.yml @@ -0,0 +1,4 @@ +name: ORDS +variables: + - name: situasBaseUrl + value: https://situas-servizi.istat.it/publish diff --git a/collections/ORDS generated API for publish/opencollection.yml b/collections/ORDS generated API for publish/opencollection.yml index 38694a3..6a33ecc 100644 --- a/collections/ORDS generated API for publish/opencollection.yml +++ b/collections/ORDS generated API for publish/opencollection.yml @@ -2,13 +2,21 @@ opencollection: 1.0.0 info: name: ORDS generated API for publish +config: + proxy: + inherit: true + config: + protocol: http + hostname: "" + port: "" + auth: + username: "" + password: "" + bypassProxy: "" request: variables: - name: baseUrl - value: https://situas-servizi.istat.it/publish + value: "{{situasBaseUrl}}" bundled: false -extensions: - ignore: - - node_modules - - .git +extensions: {} diff --git a/collections/Scopus/.env.template b/collections/Scopus/.env.template new file mode 100644 index 0000000..cb898e5 --- /dev/null +++ b/collections/Scopus/.env.template @@ -0,0 +1,2 @@ +ScopusApiKey1= +ScopusApiKey2= \ No newline at end of file diff --git a/collections/Scopus/.gitignore b/collections/Scopus/.gitignore deleted file mode 100644 index e19311f..0000000 --- a/collections/Scopus/.gitignore +++ /dev/null @@ -1,9 +0,0 @@ -# Secrets -.env* - -# Dependencies -node_modules - -# OS files -.DS_Store -Thumbs.db \ No newline at end of file diff --git a/collections/Scopus/environments/Scopus - Prod.yml b/collections/Scopus/environments/Scopus - Prod.yml index 5d98e7e..afe09ff 100644 --- a/collections/Scopus/environments/Scopus - Prod.yml +++ b/collections/Scopus/environments/Scopus - Prod.yml @@ -1,7 +1,7 @@ name: Scopus - Prod color: "#2E8A54" variables: - - name: ScopusApiKey + - name: ScopusApiKey1 value: "{{process.env.ScopusApiKey1}}" - name: ScopusApiKey2 value: "{{process.env.ScopusApiKey2}}" diff --git a/collections/Scopus/opencollection.yml b/collections/Scopus/opencollection.yml index 28d6ab3..f4cdb46 100644 --- a/collections/Scopus/opencollection.yml +++ b/collections/Scopus/opencollection.yml @@ -17,7 +17,7 @@ config: request: headers: - name: X-ELS-APIKey - value: "{{ScopusApiKey}}" + value: "{{ScopusApiKey1}}" - name: X-ELS-APIKey value: "{{ScopusApiKey2}}" disabled: true