anand180 / root-insurance-ruby

A simple wrapper around Root's Insurance API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️ This insurance repository has been created for OfferZen Make days and will be merged into the official Root Ruby SDK in the future.

⚠️ This version of the repository is no longer being maintained. The maintained version can be found here.

Root Insurance

This gem is a simple wrapper around Root's Insurance API. The full api documentation can be found here.

Installation

Add hese two lines to your application's Gemfile:

gem 'root', git: 'git@github.com:RootBank/root-ruby.git', tag: "0.0.1"
gem 'root-insurance', git: 'git@github.com:RootBank/root-insurance-ruby.git', tag: "0.1.0"

And then execute:

$ bundle

Usage

See the wiki.

About

A simple wrapper around Root's Insurance API


Languages

Language:Ruby 100.0%