Sha256: e8a88a5196f0d3f936ad3ac4573b8606428ff00ae656d0cf3b97aa309299de10

Contents?: true

Size: 681 Bytes

Versions: 1

Compression:

Stored size: 681 Bytes

Contents

# AlloySdk
This is a basic wrapper package for sending events to the [Alloy](https://runalloy.com/) API. It exposes a single class module, that you can use across your Ruby controllers.

## Installation

Install the gem and add to the application's Gemfile by executing:

    $ bundle add alloy_sdk

If bundler is not being used to manage dependencies, install the gem by executing:

    $ gem install alloy_sdk

## Usage
```
require "alloy_sdk"
AlloySdk.runalloy(
 API_KEY,
 workflowID,
 {
 parameterName: 'Parameter Value'
 },
 returnExecutionData=true)
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/alloy-automation/alloy-ruby.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
alloy_sdk-0.1.0 README.md