Sha256: 0898167cd8ba9ed2389084c2995e93fa5023b5b40e994e48cc920e8c4e543a03

Contents?: true

Size: 616 Bytes

Versions: 2

Compression:

Stored size: 616 Bytes

Contents

# Imaginary::Client

    client = Imaginary::Client.new('http://imaginary.dev/',
      bucket: 'test', username: 'zomg', password: 'zomg', secret: '12345')

## Installation

Add this line to your application's Gemfile:

    gem 'imaginary'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install imaginary

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
imaginary-0.2.0 README.md
imaginary-0.0.1 README.md