Skip to content

Instantly share code, notes, and snippets.

@teddychan
Last active December 20, 2015 13:19
Show Gist options
  • Save teddychan/6138381 to your computer and use it in GitHub Desktop.
Save teddychan/6138381 to your computer and use it in GitHub Desktop.
v3.0.7 (2014-04-10)
  • Trackings Resource, added tracked_count in the return value.
  • Webhook, both 1.0 and 2.0, added tracked_count in the call.
v3.0.6 (2014-04-09)
  • Support delete tracking DELETE /trackings/:slug/:tracking_number
v3.0.5 (2014-02-06)
  • error response with relevant data content.
  • Support reactivate an expired tracking. POST /trackings/:slug/:tracking_number/reactivate
v3.0.4 (2014-01-14)
  • Detect Couriers, Added phone, other_name, web_url in the return value
  • Get /trackings, /trackings/:slug/:tracking_number, /last_checkpoint/:slug/:tracking_number, add a new paramter "lang" for translation. Now only support china-ems, china-post, translate from Simplified Chinese to English
Change in Webhook (2014-01-08)
  • Added slug in the checkpoints
Change in Webhook (2013-12-09)
  • Added shipment_type, signed_by, expected_delivery in the webhook
v3.0.3 (2013-10-31)
  • Added /couriers/detect/:tracking_number which allow to accept the tracking number and return the matched couriers list.
v3.0.2 (2013-08-12)
  • /trackings resource,"slug" is optional.
v3.0.1 (2013-08-02)
  • /trackings resource, added "signed_by", "expected_delivery", "unique_token"
  • the "tracking.expect_delivery", "tracking.checkpoints.checkpoint_time", will NOT include the timezone. It refers to the courier's local timezone.
v3.0.0 (2013-07-15)
  • First release
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment