Gem Version Build Status

MicroService::Client

ActiveRecord MicroService implementation that persists the details of client installations.

Installation

Add this line to your application's Gemfile:

gem 'micro_service-client'

And then execute:

$ bundle

Or install it yourself as:

$ gem install micro_service-client

then run

rails generate micro_service:client:active_record

Usage

To the ActiveRecord model:

MicroService::Client.new(...)

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/butchmarshall/ruby-micro_service-client.

License

The gem is available as open source under the terms of the MIT License.