Sha256: 82ed0609632b8f1cee40a214b49d528c90957810c2d434f41398645ac2171ab8

Contents?: true

Size: 288 Bytes

Versions: 2

Compression:

Stored size: 288 Bytes

Contents

# ebay-ruby

A wrapper to the eBay APIs in Ruby

```ruby
require 'ebay/finding'

finding = Ebay::Finding.new
params = {
  'GLOBAL-ID'      => 'EBAY-US',
  'OPERATION-NAME' => 'findItemsByKeywords',
  'keywords'       => 'minimalism'
}
parser = finding.get(query: params)
parser.parse
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ebay-ruby-0.2.0 README.md
ebay-ruby-0.0.1 README.md