Project

ncore

0.0
A long-lived project that still receives updates
NCore - Ruby gem useful for building REST API clients
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

~> 0.32
>= 5.2, < 7.2
 Project Readme

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 excon for HTTP handling and activemodel.

If present, uses multi_json. Otherwise, the stdlib 'json' is used. 'multi_json' with an accelerated json gem is recommended.

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

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