marketo-api-ruby version 0.9.2 has been released!
- home: https://github.com/ClearFit/marketo-api-ruby
- code: https://github.com/ClearFit/marketo-api-ruby
- bugs: https://github.com/ClearFit/marketo-api-ruby/issues
- rdoc: https://rdoc.info/gems/marketo-api-ruby
- continuous integration: <{img
src=“https://travis-ci.org/ClearFit/marketo-api-ruby.png”
/}[Travis CI - Test and Deploy with Confidence]> - test coverage: <{img
src=“https://coveralls.io/repos/ClearFit/marketo-api-ruby/badge.png”
alt=“Coverage Status”
/}[ClearFit/marketo-api-ruby | Coveralls - Test Coverage History & Statistics]>
MarketoAPI (marketo-api-ruby) provides a native Ruby interface to the
{Marketo SOAP API}[SOAP API - Marketo Developers],
using
{savon}[GitHub - savonrb/savon: Heavy metal SOAP client]. While understanding the
Marketo SOAP
API is necessary for using marketo-api-ruby, it is an explicit goal that
working with MarketoAPI not feel like working with a hinky Java port.
This is release 0.9.1, targeting Marketo API version
{2.3}[http://app.marketo.com/soap/mktows/2_3?WSDL], fixing a +syncLead+
problem
where +Id+, +Email+, and +ForeignSysPersonId+ are inconsistent with
other
+syncLead+ parameters. This fixes an issue with Marketo campaign
methods.
Please note that Ruby 1.9.2 is not officially supported, but MarketoAPI
will
install on any version of Ruby 1.9.2 or later.
Changes:
0.9.2 / 2014-08-01
- Infrastructure:
- Improved documentation.
- Added Guard.
- Added integration tests for the ClearFit repository.