Sha256: ce59cb1db07f5a3b55b64dad5943460ede24b0e73b6169eb1b942c8a0fde170e

Contents?: true

Size: 579 Bytes

Versions: 2

Compression:

Stored size: 579 Bytes

Contents

## ChalkRuby Ruby

Ruby client for ChalkRuby

## Getting Started

First, install ChalkRuby Ruby API Client via the [RubyGems](https://rubygems.org/) package manager:

```bash
gem install chalk_ai
```

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

```ruby
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 ChalkRuby Ruby API Client is an open-sourced software licensed under the [Apache 2 License](LICENSE.md).

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
chalk_ruby-0.1.1 README.md
chalk_ruby-0.1.0 README.md