The Intrinio Ruby SDK wraps all API endpoints into an easy-to-use set of classes, methods, and response objects.
To install the SDK use RubyGems:
gem install intrinio-sdk
Be sure to require the SDK in your code as follows:
require 'intrinio-sdk'View Ruby SDK on GitHub