Sha256: 89247daeac79df2d766f649e271f6e7a107bf8cbc8ec845229aabb965df06ff8

Contents?: true

Size: 828 Bytes

Versions: 4

Compression:

Stored size: 828 Bytes

Contents

= postalmethods

* Info: http://www.postalmethods.com/resources/quickstart
* Code: http://github.com/JoeAtBodkinConsulting/postalmethods

== DESCRIPTION:

API wrapper library for the postal methods api.

== FEATURES/PROBLEMS:

* Provides access to all of the API methods with appropriate 
  exceptions as necessary.

== SYNOPSIS:

require 'postalmethods'

@doc = open(File.dirname(__FILE__) + '/../spec/doc/sample.pdf')
@client = PostalMethods::Client.new(:api_key=>"your-key-here")
rv = @client.send_letter(@doc, "description of doc")
puts rv

== REQUIREMENTS:

* This gem relies on the soap4r gem.

== INSTALL:

* sudo gem install postalmethods
* get a developer account at postalmethods.com
* generate an api key
* to run the tests, put your key in spec/spec_helper.rb on the line for PM_OPTS

== LICENSE:

* See License.txt

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
postalmethods-1.1.4 README.rdoc
postalmethods-1.1.4 README.txt
postalmethods-1.1.3 README.rdoc
postalmethods-1.1.3 README.txt