Project

chalk_ruby

0.0
The project is in a healthy, maintained state
A simple Ruby client for Chalk
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

ChalkRuby Ruby

Gem Version

Ruby client for Chalk!

https://rubygems.org/gems/chalk_ruby

Getting Started

First, install ChalkRuby Ruby API Client via the RubyGems package manager:

gem install chalk_ruby

Then, create a new client using your client ID and client secret:

client = ChalkRuby::Client.create('my-client-id', 'my-client-secret')
results = client.query(
  input: { 'user.id': 'my-user-id' },
  output: %w(user.id user.name user.email)
)

License

The Chalk Ruby API Client is an open-sourced software licensed under the Apache 2 License.