For Ruby 2+
Introduction
butterfli-rails
is a base gem for the Butterfli suite, which provides API endpoints for some popular APIs around the web. It adds some core mechanisms to enable a Rails app to consume data from these APIs.
Other gems in the Butterfli suite include:
Core gems:
-
butterfli
: Core gem for Butterfli suite. -
butterfli-rails
: Core gem for Rails-engine based API interactions.
Extension gems:
-
butterfli-instagram
: Adds Instagram data to the Butterfli suite. -
butterfli-instagram-rails
: Adds Rails API endpoints for realtime-subscriptions.
Installation
Install the gem via gem install butterfli-rails
Usage
The base butterfli-rails
gem is for developers who want to extend the Butterfli suite. To use the gem to access some popular APIs, check out the Extension gems list above.
Changelog
Version 0.0.1
- Initial version of
butterfli-rails