Skip to content

Releases: TheDMSGroup/realtag

API Response Errors

Choose a tag to compare

@westonwatson westonwatson released this 05 Jun 14:11
3dbb907

Version 1.0.3


An attempt to improve the development experience by adding some error handling around Blank and/or Invalid JSON responses from the RealTag API. An apparent shortcoming in the API, the service responds with nothing (a blank string) and doesn't respond with a HTTP error code when an invalid token is used. This could be seen as a security measure, but it was certainly causing some confusion when developers were implementing the client library.

Some additional Tests/Assertions were also added in an attempt to cover the new functionality/code.

Updated Documentation Grammar Errors

Choose a tag to compare

@westonwatson westonwatson released this 31 May 18:51
4764cfa

Release Version 1.0.2

Some mistakes in the README.md were corrected.

First Minor Release (New Helper Class)

Choose a tag to compare

@westonwatson westonwatson released this 31 May 18:43
dc1e798

Release Version 1.0.1

Introducing our new RealTagHelper Class.

An easier way to interact with the RealTag API Client.

Initial Release

Choose a tag to compare

@westonwatson westonwatson released this 29 May 17:46
d80efe9

We're ready for Production, YAY!