This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem(s):
sudo gem install imajes-postalmethods
| name | age | message | |
|---|---|---|---|
| |
History.txt | ||
| |
License.txt | ||
| |
Manifest.txt | ||
| |
PostInstall.txt | ||
| |
README.rdoc | ||
| |
README.txt | ||
| |
Rakefile | ||
| |
config/ | ||
| |
coverage/ | ||
| |
lib/ | ||
| |
postalmethods.gemspec | ||
| |
script/ | ||
| |
setup.rb | ||
| |
spec/ | ||
| |
tasks/ |
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(: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












