Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Everlane/owd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OWD

Build Status Code Climate

The owd gem is a simple client for One World Direct's XML API.

client = OWD::Client.new(:client_id => 123, :client_authorization => 'XXXXXXXXXX')
client.api.inventory_create(:sku => 'MY-FANCY-SKU')
client.api.order_status({ order_reference: 666 })

Installation

gem install owd

See OWD's website at http://www.owd.com

Tests

The test suite can be ran using rake or rake test.

About

Ruby Client for One World Direct's XML API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages