Skip to content

implement community curation api calls for zenodo #43

@ghost

Description

zenodo/zenodo#1436 (comment)

List all records awaiting approval
$ curl -i -H "Accpet: application/json" "https://zenodo.org/api/records/?q=provisional_communities:<community_id>"

Accept/reject a record:
$ curl -i -X POST -H "Content-Type: application/json" --data '{"action": "accept", "recid": "..."}' "https://zenodo.org/communities/<community_id>/curate/"

Be authenticated as normal
$ curl -H "Authorization: Bearer <token>" ....


Decisions for o2r
Also add new api endpoint for communites?

requesting the list of records that await approval could return something like this:

record 235709
record 235809
record 235909
...

We need to identify our own ERC by inspecting comparing the response to the lists of shipments.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions