Skip to content

v0.6-beta

Choose a tag to compare

@elithrar elithrar released this 15 May 15:31

A couple of breaking changes from v0.5 aimed at improving API friendliness and adding features.

  • Dates are now represented as time.Time (via f51439e).
  • http.Clients are re-used across API calls (improving connection re-use) and the internal request helpers have been split out to support future work (via b75b3b4)