You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/digital_csic/plugin.py
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ class Plugin(EvaluatorBase):
33
33
Digital Object identifier, which can be a generic one (DOI, PID), or an internal (e.g. an
34
34
identifier from the repo)
35
35
36
-
oai_base : str
36
+
api_endpoint : str
37
37
Open Archives Initiative , This is the place in which the API will ask for the metadata. If you are working with Digital CSIC http://digital.csic.es/dspace-oai/request
Copy file name to clipboardExpand all lines: plugins/gbif/plugin.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30,19 +30,19 @@ class Plugin(EvaluatorBase):
30
30
item_id : str
31
31
Digital Object identifier, which can be a generic one (DOI, PID), or an internal (e.g. andentifier from the repo)
32
32
33
-
oai_base : str
33
+
api_endpoint : str
34
34
Open Archives Initiative , This is the place in which the API will ask for the metadata. If you are working with Digital CSIC http://digital.csic.es/dspace-oai/request
0 commit comments