upd: Scopus move api key headers into collection

This commit is contained in:
2026-03-05 11:03:51 +01:00
parent 03af8d9c33
commit 4d14286ada
2 changed files with 19 additions and 3 deletions
-3
View File
@@ -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
+19
View File
@@ -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: