Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

v0.7.0

Compare
Choose a tag to compare
@sfroehler sfroehler released this 21 Jan 14:29
· 46 commits to master since this release

Added

  • Add the possibility to specify the api key on every request. (#8)
  • Add some more specific error classes Shipcloud::ClientError,Shipcloud::ServerError,
    Shipcloud::InvalidRequestError, Shipcloud::TooManyRequests and Shipcloud::NotFoundError (#11).
  • Access to the entire response and error descriptions from the error object (#11).

Removed

  • Removed the following ruby versions from travis-ci test runs:
    • jruby-9.0.0.0
  • Removed Shipcloud::APIError in preference to more granular error classes (#11).