Dan Milne
f585c52f55
Deprecate paapi gem in favour of vacuum v5.0+
...
Amazon is shutting down PA-API v5 on May 15, 2026. Added deprecation
warning on require and a notice in the README directing users to the
vacuum gem which supports the new Creators API.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-13 18:27:55 +11:00
Dan Milne
d55ef96ac1
Bump version
2024-08-22 10:42:33 +10:00
Dan Milne
d54c6d2cd7
Fix tags to be strings, not symbols
2024-08-22 10:42:15 +10:00
Dan Milne
70cdeef9ac
Switch to using strings, rather than symbols for serach parameters
v0.1.10
2024-02-05 23:16:37 +11:00
Dan Milne
00e6b251cc
Formatting - StandardRB updates
v0.1.9
2023-07-14 17:45:26 +10:00
Dan Milne
53ff78f635
StandardRB
2023-06-08 12:08:54 +10:00
Dan Milne
b4ffb58592
Include PartnerTag and PartnerType
2023-06-05 12:48:32 +10:00
Dan Milne
2db1d64720
Remove old gem
2023-04-20 19:32:42 +10:00
Dan Milne
09e635fc6f
Version bump. Make sure the console uses local paapi
2023-04-20 15:41:26 +10:00
Dan Milne
9297799555
Add net-http-persistent as a dependency. Remove code to determine which HTTP client to use. Cleanup spacing
2022-11-01 18:04:09 +11:00
Dan Milne
5d8fd3ffff
Version bump with bug fix
2022-09-04 14:12:14 +10:00
Dan Milne
bba10e75fa
Merge pull request #8 from crisdias/master
...
Missing comma in MARKETPLACES.
2022-09-04 14:11:32 +10:00
Cris Dias
72b413a40e
Missing comma in MARKETPLACES.
...
Requests were failing for Brazil.
2022-09-03 11:26:53 -03:00
Dan Milne
ae3577a9fc
Bump version
2022-08-10 12:09:06 +10:00
Dan Milne
11694b567e
More safe operator
2022-08-10 12:07:38 +10:00
Dan Milne
a6a5cf45c3
Remove byebug
2022-08-10 12:04:31 +10:00
Dan Milne
761df379cf
Fix depracation message
2022-08-10 12:02:45 +10:00
Dan Milne
6105ea621c
Debugging
2022-08-10 12:00:10 +10:00
Dan Milne
d09be5f131
Migrate to just HTTP
2022-08-10 11:52:18 +10:00
Dan Milne
7aebd186a5
Bugfixing
2022-08-10 11:47:30 +10:00
Dan Milne
e04d258b07
Testing use of native http
2022-08-10 11:42:28 +10:00
Dan Milne
b66dda8d79
Use safe operator
2022-08-10 11:31:18 +10:00
Dan Milne
02057fb0d0
Typo
2020-08-26 14:22:32 +10:00
Dan Milne
8c4f4337a3
Merge branch 'add_condition' into master
2020-08-21 22:55:07 +10:00
Dan Milne
316e71ee46
Merge branch 'master' into add_condition
2020-08-21 22:38:57 +10:00
Dan Milne
ba6a52ce9c
Paapi will always use HTTPS
2020-08-21 18:06:00 +10:00
Dan Milne
747e76fe8f
Require net/http and set the body to JSON
2020-08-21 17:58:56 +10:00
Dan Milne
6115f72119
Move the HTTP request code into a method and remove references to the HTTP gem
2020-08-21 17:45:47 +10:00
Dan Milne
e47add0064
Comment out unused Gem
2020-08-21 16:58:18 +10:00
Dan Milne
a86acb1ef9
Merge branch 'master' into net_http
2020-08-21 16:55:54 +10:00
Dan Milne
74e2611e87
Update Changes. Update test data. Amazon has added RoleType and the test file didn't include it.
v0.1.2
2020-08-21 16:14:58 +10:00
Dan Milne
ffc11ceb94
Use lower case roles. Bump version
2020-08-21 15:58:23 +10:00
Dan Milne
9465254d0b
Use RoleType with lower case role, rather than Role with capitalized role. Fixes #6
2020-08-21 15:57:49 +10:00
side Feng
8bd8ba1e84
Add Condition Parameter
2020-08-11 14:48:33 +08:00
Dan Milne
5152b9b976
Update rake dependency and bump version
2020-03-01 16:00:18 +11:00
Dan Milne
17d73db781
Update rake dependency and bump version
2020-03-01 16:00:14 +11:00
Dan Milne
5c4ec55c4b
Merge pull request #5 from ezaki3/fix-get-variations-items-empty
...
Fix get_variations items is empty
2020-02-17 10:28:40 +11:00
Masaru Ezaki
c1d58d4f1a
Fix get_variations items is empty
2020-02-14 15:04:17 +09:00
Dan Milne
2699ff9b61
Words.
2020-01-10 15:38:47 +11:00
Dan Milne
706a9fb377
Investigate a plain net::http client for less dependancies
2020-01-10 15:37:36 +11:00
Dan Milne
49d24cb048
Typo
2019-11-11 14:41:58 +11:00
Dan Milne
dd3522ca4e
Add test data file
2019-10-25 15:16:08 +11:00
Dan Milne
92207f27ef
Remove require statement
2019-10-25 15:08:59 +11:00
Dan Milne
50c3df89ba
Remove Nameable dependancy and return API data directly
2019-10-25 15:05:55 +11:00
Dan Milne
1ad818b4d7
Ensure Item#contributors always returns an Array. Safe navigator for Item#contributors_of compact - although not really neccessary now.
2019-10-24 14:27:08 +11:00
Dan Milne
d3bad8fc02
Add tests for case with no contributors
2019-10-24 14:25:31 +11:00
Dan Milne
674848ccb9
Bug fix for empty names in items
2019-10-24 12:58:13 +11:00
Dan Milne
5a7b39b0bf
Bug fix
2019-10-21 21:24:41 +11:00
Dan Milne
cdaf16ec8a
Add a merchant
2019-10-21 16:54:21 +11:00
Dan Milne
f1f2b6bec2
Add the listing model. Rename @json -> @hash for consistency
2019-10-21 16:46:16 +11:00