Last active
August 15, 2018 08:58
-
-
Save idabmat/5fbb4dfb6fb516143ceea1ae4a422f6b to your computer and use it in GitHub Desktop.
Zenaton Ruby
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'zenaton' | |
Zenaton::Client.init( | |
app_id, # You application ID | |
api_token, # Your API token | |
app_env # production, staging, development, or whatever you want | |
) | |
SequentialWorkflow.new.dispatch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment