NaranyaEcm SDK

nContent SDK for Ruby

Installation

Add this line to your application’s Gemfile:

gem 'naranya_ecm-sdk'

And then execute:

$ bundle

Or install it yourself as:

$ gem install naranya_ecm

Optimized Fog loading

Since NaranyaEcm doesn’t know which parts of Fog you intend to use, it will just load the entire library. If you prefer to load fewer classes into your application, which will reduce load time and memory use, you need to load those parts of Fog yourself before loading the nContent SDK:

In your Gemfile:

gem 'fog', '~>1.20', require: 'fog/aws/storage'
gem 'naranya_ecm-sdk'

Development: Running on console:

$ bundle console

Usage

TODO: Write usage instructions here

Contributing