Releases: caltechlibrary/orcidtools
Maintenance release
bugs and new options, renamed repository
The release is primarily bug fixes, documentation improvement and the addition of two new options
- -output to set the output file
- -works-detailed to return a detailed works list
Finally the git repository moved from github.com/caltechlibrary/ot to github.com/caltechlibrary/orcidtools to be a little less cryptic.
Upgrade to ORCID API v2.0
This release depreciated the templates previously distributed in this repository, upgrade to the ORCID v2.0 API for the orcid command line tool and updated/re-organized the docs.
Initial release of minimal viable prototype
This release includes Bash shell scripts that use curl to interact with the API but also a command line tool called orcid that will interact with the API in the /read-only scope (e.g. you can get JSON blobs from the API but you can update records with the tool).
As this is an early release there are bugs, it is unstable, not for production, etc.