bheavner / minidtools

A R package for working with BDDS minids
Other
1 stars 0 forks source link

match python functionality #7

Open bheavner opened 6 years ago

bheavner commented 6 years ago

Python client: https://github.com/fair-research/minid

functions:

register user:

minid --register_user --email --name [--orcid ]

Create a new identifier (the --location option, if provided, must be at the end):

$ minid --test --register [--title <title>] <file_name> [--locations <loc1>..<locN>]

Retrieve metadata about a file:

$ minid --test <file_name>

Retrieve metadata about an identifier:

$ minid --test <identifier>

Update metadata about an identifier:

$ minid --test --update [--title <title>] [--status <status>] [--obsoleted_by <minid>] [--locations <loc1> <loc2>] <identifier>

View all minid options:

$ minid -h

option: use test namespace

Landing pages are accessible via the minid website: minid.bd2k.org/minid/landingpage/.

bheavner commented 6 years ago

Maybe just use reticulate?