Ruby client for ORCID API

Ruby gem for integrating Ruby applications with the ORCID API.

Features

The following functionality is supported:

Requirements

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