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
- Read api_client_base-ruby as I'm using it for gem framework.
- Fork this repository.
- Implement your feature or bug fix.
- Add, commit, and push your changes.
- 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