0.0
No release in over a year
Ruby SDK for ShipEngine
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.17
~> 0.14
~> 13.0
~> 3.12
~> 1.28
~> 3.18

Runtime

 Project Readme

ShipEngine

ShipEngine Ruby SDK

Ruby SDK for ShipEngine API offering low-level access as well as convenience methods.

Quick Start

Install ShipEngine via RubyGems

gem install shipengine_ruby
  • The only configuration requirement is an API Key.

Configure ShipEngine

ShipEngine.configure do |config|
  config.api_key = ShipEngine::Constants::API_KEY
  config.base_url = ShipEngine::Constants::PROD_URL
  config.retries = ShipEngine::Constants::RETRIES
  config.timeout = ShipEngine::Constants::TIMEOUT
  config.page_size = ShipEngine::Constants::PAGE_SIZE
end

or set the environment variable API_KEY