vre-hub / zenodo-jupyterlab-extension

Zenodo JupyterLab plugin
Apache License 2.0
0 stars 0 forks source link

[REST APIs] - Choose a library to interact with Zenodo #9

Open garciagenrique opened 2 weeks ago

garciagenrique commented 2 weeks ago
mrzengel commented 6 days ago

Image

Something we'll have to address in the future: there's a rate limit for the Zenodo REST API, so we can only get 100 records with each request. This shouldn't be too much of a problem, but something to keep in mind.

mrzengel commented 5 days ago

Script that returns records with resource type "Software" Script that returns records with a specified file type Script that returns records with codemeta.json file

garciagenrique commented 4 days ago

Something we'll have to address in the future: there's a rate limit for the Zenodo REST API, so we can only get 100 records with each request. This shouldn't be too much of a problem, but something to keep in mind.

How does it look and how do you interact with a requests answer containing more than 100 (for example) entries ?