upd: Scopus move api key headers into collection
This commit is contained in:
@@ -6,9 +6,6 @@ info:
|
|||||||
http:
|
http:
|
||||||
method: GET
|
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
|
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:
|
params:
|
||||||
- name: query
|
- name: query
|
||||||
value: au-id(7006556376) and PUBYEAR aft 2009 and Pubyear bef 2026
|
value: au-id(7006556376) and PUBYEAR aft 2009 and Pubyear bef 2026
|
||||||
|
|||||||
@@ -2,6 +2,25 @@ opencollection: 1.0.0
|
|||||||
|
|
||||||
info:
|
info:
|
||||||
name: Scopus
|
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
|
bundled: false
|
||||||
extensions:
|
extensions:
|
||||||
bruno:
|
bruno:
|
||||||
|
|||||||
Reference in New Issue
Block a user