Sha256: 3ecff29a4dde5059db30e81286cf9e906a3c988485c2bfb62732e1565f7cea47
Contents?: true
Size: 737 Bytes
Versions: 5
Compression:
Stored size: 737 Bytes
Contents
= postalmethods * Info: http://www.postalmethods.com/resources/quickstart * Code: http://github.com/imajes/postalmethods/tree/master == 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(:user => "user", :password => "password") 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 == LICENSE: * See License.txt
Version data entries
5 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
postalmethods-1.1.0 | README.rdoc |
postalmethods-1.1.0 | README.txt |
postalmethods-1.1.1 | README.rdoc |
postalmethods-1.0.1 | README.txt |
postalmethods-1.1.1 | README.txt |