Releases: rickpeyton/nintendo_eshop
Releases · rickpeyton/nintendo_eshop
Release 0.2.1
Bump Nokogiri and Rake to address Security Vulnerabilities
Lock Simplecov to 0.17 because of CircleCi error
Release 0.2.0
Add multiple attributes to the response object
game = NintendoEshop::Game.retrieve_by(id: "70010000001539")
game.art # "https://www.nintendo.com/content/dam/.../Switch_SonicForces_box.png"
game.categories # [ "Action" ]
game.current_price # 9.99
game.description # "From the team that brought you Sonic Colors and Generati..."
game.esrb # "Everyone 10+"
game.id # "70010000001539"
game.msrp # 19.99
game.object_id # "26322c64-9268-3a24-822e-5e10f9e5cfc9"
game.platform # "Nintendo Switch"
game.release_date # #<Date: 2017-11-07 ...>
game.release_date_pretty # "Nov 07, 2017"
game.sale_percent # 50%
game.sale_price # 9.99
game.title # "Sonic Forces"
game.url # "https://www.nintendo.com/games/detail/sonic-forces-switch">
Release 0.1.1
Need to rescue Exception, not StandardError on a LoadError
Release 0.1.0
Switch to retrieve_by interfaced and support by id or object_id
Release 0.1.0.alpha4
Add GamesList class with by_title interface.
Release 0.1.0.alpha3
Raise InvalidRequestError when a game is not found.
Add an API Client Fake.
Add an acceptance test.
Release 0.1.0.alpha2
Switch interface to retrieve from nsuid rather than from the API guid.
Release 0.1.0.alpha1
Happy path only for retrieving a game by external key Minor test coverage