From 4d14286adaba63a117028127bf41187fad0111ff Mon Sep 17 00:00:00 2001 From: Pier-Paolo Mammi Date: Thu, 5 Mar 2026 11:01:40 +0100 Subject: [PATCH] upd: Scopus move api key headers into collection --- collections/Scopus/Get Citations.yml | 3 --- collections/Scopus/opencollection.yml | 19 +++++++++++++++++++ 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/collections/Scopus/Get Citations.yml b/collections/Scopus/Get Citations.yml index 4025e40..86c1814 100644 --- a/collections/Scopus/Get Citations.yml +++ b/collections/Scopus/Get Citations.yml @@ -6,9 +6,6 @@ info: http: method: GET url: https://api.elsevier.com/content/search/index:SCOPUS?query=au-id(7006556376) and PUBYEAR aft 2009 and Pubyear bef 2026&sort=+date&start=0&count=200 - headers: - - name: X-ELS-APIKey - value: "{{ScopusApiKey}}" params: - name: query value: au-id(7006556376) and PUBYEAR aft 2009 and Pubyear bef 2026 diff --git a/collections/Scopus/opencollection.yml b/collections/Scopus/opencollection.yml index fe82be0..6cae15f 100644 --- a/collections/Scopus/opencollection.yml +++ b/collections/Scopus/opencollection.yml @@ -2,6 +2,25 @@ opencollection: 1.0.0 info: name: Scopus +config: + proxy: + inherit: true + config: + protocol: http + hostname: "" + port: "" + auth: + username: "" + password: "" + bypassProxy: "" + +request: + headers: + - name: X-ELS-APIKey + value: "{{ScopusApiKey}}" + disabled: true + - name: X-ELS-APIKey + value: "{{ScopusApiKey2}}" bundled: false extensions: bruno: