module MarketoAPI

MarketoAPI (marketo-api-ruby) provides a native Ruby interface to the Marketo SOAP API, using savon.

Synopsis

require 'marketo_api'

Constants

VERSION

Public Class Methods

client(config = {}) click to toggle source

Create a new MarketoAPI::Client, essentially an alias for MarketoAPI::Client.new.

# File lib/marketo_api.rb, line 18
def client(config = {})
  MarketoAPI::Client.new(config)
end