public
Description: A wrapper gem for Postal Methods
Homepage: http://www.postalmethods.com/resources/samples/ruby
Clone URL: git://github.com/imajes/postalmethods.git
postalmethods / README.txt
100644 35 lines (21 sloc) 0.737 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
= 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