Project

alloy_sdk

0.0
No release in over a year
Run Alloy workflows from a ruby server.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

= 1.0.1
= 0.13.1
= 2.6.1
= 0.2.0
 Project Readme

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.