Skip to content

Releases: kudrykv/go-monobank-api

v0.2.0: Time and webhook parse

25 Dec 14:47
6f0b460
Compare
Choose a tag to compare

Wraps int64 to Time type. New type has a Time() method, that returns time.Time type, casted from original int64 unix timestamp.

The webhook parse function now accepts io.ReadCloser instead of *http.Request. The function originally uses only the body, so this narrowing function parameter is for the greater good.

v0.1.0: Initial version

15 Dec 17:38
9a43316
Compare
Choose a tag to compare

The version implements public and personal API.