API Wrappers / Downloads
These wrappers interface with our API, handling all of the messy details so you
can get started quickly. You don't have to worry about creating sockets and reading
responses - they hand you data structures that you are already familiar with. If you
are using a programming language that we provide a wrapper for, we strongly encourage
you to use it.
PHP 5 Wrapper
A native PHP wrapper for the API. Provides basic access through a standard PHP object.
Requires PHP 5 or later.17 Jul 2011: MnbApi.class.php
Perl Wrapper
Perl module provides an OO Perl interface that handles data validation/conversion and error catching.WWW::MyNewsletterBuilder
Ruby Gem
To install this gem (make sure gemforge is present in your gem repo) type the following:
sudo gem install mynewsletterbuilder
Java Wrapper
A Java package that handles converting POJOs to and from the API. Provides basic error handling with exceptions.3rd Party
We don't develop or maintain these wrappers or plugins. They work, but we cannot provide support for them.
Python
For Python developers, we suggest that you use
xmlrpclib.