You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)