0.02
No commit activity in last 3 years
No release in over 3 years
The ShipCompliant gem is an API Client for the SOAP API provided by ShipCompliant. This gem has been created for fast implementation and supports the 9 main API calls.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.5
~> 1.3
~> 2.0
~> 0.9
~> 10.0
~> 3.3
~> 0.4
~> 2.9
~> 1.17

Runtime

~> 2.3
 Project Readme

ShipCompliant - Ruby API Client

The ShipCompliant gem is an API Client for the SOAP API provided by ShipCompliant. This gem has been created for fast implementation and supports the 9 main API calls.

Documentation | RDoc | CoreService V1.2

Coverage Status Build Status Code Climate

Installation

Add this line to your application's Gemfile:

gem 'ship_compliant'

And then execute:

$ bundle install

Add this to config/initializers/ship_compliant.rb

ShipCompliant.configure do |c|
  c.partner_key = ENV.fetch('SHIP_COMPLIANT_KEY')
  c.username = ENV.fetch('SHIP_COMPLIANT_USER')
  c.password = ENV.fetch('SHIP_COMPLIANT_PASS')
end

Usage

TODO: Coming soon...

Contributing

  1. Fork it ( http://github.com/ShipCompliant/ship_compliant-ruby/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request