Skip to content

Releases: Uchencho/go-termii

v1.0.4

15 Apr 19:05
cbc93c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.0.4

Fix Balance Field

22 Nov 05:04
17daa9d
Compare
Choose a tag to compare

The termii docs shows that the balance field in the auto-generated message response is an integer while in "real life", a float is returned. Rather than change the field to float, I decided to use the interface type so the user can use type assertion to convert the type to int/float rather than getting an error if termii decides to return an integer.

Minor Bugfix on Response Type

06 Oct 07:21
eef1d96
Compare
Choose a tag to compare

Fixed the response type for verifying token because of the inconsistent response returned from the API. On the Verified field, you would need to cast the interface as string to check if the response returned is "Expired" and also cast as bool to see if the API returned true

First Release

04 Oct 12:57
1543eeb
Compare
Choose a tag to compare
v1.0

version 1.0