Run with Ruby SDK
Invoke a workflow deployment from Ruby with the fetch_hive gem
Installation
gem "fetch_hive"bundle installgem install fetch_hiveAuthentication
export FETCH_HIVE_API_KEY=fhk_...require "fetch_hive"
client = FetchHive::Client.newBasic example
Method reference
Keyword
Type
Required
Description
Handling the response
Async runs and webhooks
Configuration
Option
Default
Description
Errors
Links
Next steps
Last updated