Ruby API client for ONTRAPORT

GitHub Documentation License

Disclaimer - This Gem is a work in progress.

Configuration

In Rails, use an initializer to configure -

# config/initializers/ontraport.rb
require 'ontraport'

Ontraport.configure do |config|
  config.api_id = 'foo'
  config.api_key = 'bar'
end

Contact

If you have a question or a bug report, feel free to -

License

The project uses the MIT License. See LICENSE.md for details.