Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tandaco

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tandaco

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 22 Oct 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc