Run with Ruby SDK
Invoke a prompt 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
Streaming
Configuration
Option
Default
Description
Errors
Links
Next steps
Last updated