Sha256: d5a4c2f7606e2ce4aada211a80cc6ef238a05247bc792aa9569368dd8bc85031

Contents?: true

Size: 799 Bytes

Versions: 1

Compression:

Stored size: 799 Bytes

Contents

# NCore

NCore is a Ruby gem designed to help build REST API clients. It is not an API
client by itself, but provides several useful building blocks to build one.

It relies on `rest-client` for HTTP handling, `multi_json` for JSON parsing
(and supports only JSON), and `activesupport`.

See `example/` for the beginning of an actual api client.


## Installation

Add this line to your application's Gemfile:

    gem 'ncore'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install ncore

## 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

1 entries across 1 versions & 1 rubygems

Version Path
ncore-1.0.0 README.md