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

v0.8.0

Compare
Choose a tag to compare
@sfroehler sfroehler released this 03 Jul 10:48
· 31 commits to master since this release
de107d7

Added

  • Add attribute metadata to class Shipcloud::Shipment in order to transmit JSON data (#16).
  • Add resource pickup_request in order to submit pickup request to shipcloud
  • Add attribute pickup_address to class Shipcloud::PickupRequest to submit an alternative address for pickup request to shipcloud
  • Add delete operation for webhook resource
  • Add attribute deactivated to class Shipcloud::Webhook
  • Add affiliate_id to Shipcloud::Configuration and submit it (or a default affiliate id) via API headers to shipcloud
  • Add class Shipcloud::Tracker with create, find, and index operations

Fixed

  • Parse response only when it is not empty