0.0
A long-lived project that still receives updates
Ruby client library for the ORCID API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 3.4
>= 0
~> 3.0, >= 3.0.1
>= 2.2.10

Runtime

~> 2.2
~> 3.2, >= 3.2.2
~> 2.1, >= 2.1.1
>= 5.0
~> 1.0.1
>= 1.16.4
>= 7, < 8
 Project Readme

Ruby client for ORCID API

Gem Version Build Ruby Gem Test Coverage Code Climate

Ruby gem for integrating Ruby applications with the ORCID API.

Features

The following functionality is supported:

  • get all works from an ORCID record, including those set to limited access
  • create work in an ORCID record
  • create notification for an ORCID record (needs special permissions)

Requirements

  • ORCID membership, needed to create, update or delete content via the ORCID API
  • valid access tokens for ORCID user accounts, collected and safely stored in your application using for example the omniauth-orcid gem.

Installation

The usual way with Bundler: add the following to your Gemfile to install the current version of the gem:

gem 'orcid_client'

Then run bundle install to install into your environment.

You can also install the gem system-wide in the usual way:

gem install orcid_client

Use

TBD.

License

MIT