A long-lived project that still receives updates
Client for interacting with CollectionSpace Services API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
~> 0.21
~> 13.0
~> 6.1

Runtime

 Project Readme

CollectionSpace Client

CollectionSpace API client.

Installation

Add this line to your application's Gemfile (replace $VERSION with an available tag):

gem 'collectionspace-client', tag: $VERSION, git: 'https://github.com/collectionspace/collectionspace-client.git'

And then execute bundle install.

Usage

See the sample scripts within the examples directory.

Development

To run the examples:

bundle exec ruby examples/demo.rb

Any script placed in the examples directory with a my_ prefix are ignored by git. Follow the convention used by the existing scripts to bootstrap and experiment away.

To run the tests:

bundle exec rake

Releasing

gem install gem-release
# https://github.com/svenfuchs/gem-release#gem-bump
gem bump --version $VERSION
# i.e.
gem bump --version minor --pretend # dryrun
gem bump --version minor # do it for real
bundle # update gem version in Gemfile.lock
# PR and merge will publish new version

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/collectionspace/collectionspace-client.

License

The gem is available as open source under the terms of the MIT License.