Gem Version

Tandaco

Ruby gem that wraps the Tanda API.

Installation

Add to your Gemfile

gem 'tandaco'

Usage

Before making any calls you must first generate a token. Instructions on how to get that is here.

client = Tandaco.new(token: token)

# fetch all users
client.get_all_users

Documentation

Users

client = Tandaco.new(token: token)

# Fetch all users in your organization
client.get_all_users

Contributing

  1. Read api_client_base-ruby as I'm using it for gem framework.
  2. Fork this repository.
  3. Implement your feature or bug fix.
  4. Add, commit, and push your changes.
  5. Submit a pull request.

Thanks

tandaco © 2017+, Arman Jon Villalobos. Released under the MIT License.
Authored and maintained by Arman Jon Villalobos with help from contributors (list).

armanjon.com  ·  GitHub @iamarmanjon  ·  Twitter @iamarmanjon