WGBH-MLA / sony_ci_api

Ruby gem which wraps the Sony Ci API
MIT License
1 stars 1 forks source link

Sony Ci API

Gem Version Build Status

Provides a Ruby interface to the Sony Ci REST API. Features:

For the examples below you will need to have a Sony Ci account, and your credentials must be provided in config/ci.yml, based on the sample in the same directory.

Command-line usage

$ sony_ci_api # lists the available options

This should work in any project which includes the gem, when run from the root of the project, with config/ci.yml in place on that project.

Library usage

$ irb -Ilib -rsony_ci_api
> ci = SonyCiAdmin.new(credentials_path: 'config/ci.yml')
> ci.list_names # etc.

Development

To publish gem: