This commit is contained in:
Dan Milne
2020-01-10 15:38:47 +11:00
parent 49d24cb048
commit 2699ff9b61

View File

@@ -2,10 +2,10 @@
`paapi` is a slim wrapper around [Amazon's Product Advertising API 5.0](https://webservices.amazon.com/paapi5/documentation/). `paapi` is a slim wrapper around [Amazon's Product Advertising API 5.0](https://webservices.amazon.com/paapi5/documentation/).
This gem is under heavy development and currently incomplete.
[![Build Status](https://travis-ci.org/dkam/paapi.svg?branch=master)](https://travis-ci.org/dkam/paapi) [![Build Status](https://travis-ci.org/dkam/paapi.svg?branch=master)](https://travis-ci.org/dkam/paapi)
If this gem doesn't meet your needs, try the [Vacumm gem](https://github.com/hakanensari/vacuum).
## Installation ## Installation
Add this line to your application's Gemfile: Add this line to your application's Gemfile:
@@ -67,7 +67,7 @@ client.partner_tag
The full list of market keys is `au, br, ca, fr, de, in, it, jp, mx, es, tr, ae, uk, us` The full list of market keys is `au, br, ca, fr, de, in, it, jp, mx, es, tr, ae, uk, us`
### Using the Paapi ### Using Paapi
```ruby ```ruby
require 'paapi' require 'paapi'