Sha256: 0cb42cb3e15b7a0ac296d571e0201b9618d4ad0a601fb00810ed1471af39e21e

Contents?: true

Size: 847 Bytes

Versions: 6

Compression:

Stored size: 847 Bytes

Contents

[![ShipEngine](https://avatars.githubusercontent.com/u/42709242?s=200&v=4)](https://shipengine.com)

ShipEngine Ruby SDK
===================
 Ruby SDK for [ShipEngine API](https://shipengine.com) offering low-level access as well as convenience methods.

Quick Start
===========

Install ShipEngine via [RubyGems](https://rubygems.org/)
```bash
gem install shipengine_ruby
```
- The only configuration requirement is an [API Key](https://www.shipengine.com/docs/auth/#api-keys).

Configure ShipEngine
```ruby
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`

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
shipengine_ruby-0.0.7 README.md
shipengine_ruby-0.0.6 README.md
shipengine_ruby-0.0.5 README.md
shipengine_ruby-0.0.4 README.md
shipengine_ruby-0.0.3 README.md
shipengine_ruby-0.0.2 README.md