- Fix bug allowing non-title case Request Parameters
- Add the required PartnerTag and PartnerType key values to the search body request
- Add gem 'net-http-persistent' for connection persistance
- Remove the code which would use other http clients if available
- Dropped the HTTP gem and moved to Ruby's Net::HTTP
- Merged a branch which adds the Condtion parameter.
- Use Contributor RoleType, rather than Role. RoleType uses lowercase, rather than capitalised.
- Remove Nameable dependancy and return the data as the API returns it.
- Fix bug with no contributors in response
- Fix a bug when accessing an empty name via Item
- Rename Item#json to Item#hash for consistency
- Add offer / listing parsing
- Handle more date parsing failures.
- Get width, height, depth and weight from items
- Merged pull request #3 allowing options to be passed into the get_items and get_variations request
- Merged #4 a bug fix for image_url
- Added test cases for parsing response