Skip to content

alloy-automation/alloy-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AlloySdk

This is a basic wrapper package for sending events to the Alloy 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published