Skip to content

v2.0.0

Choose a tag to compare

@jarradsl jarradsl released this 14 Apr 00:02
· 89 commits to master since this release
  • Major refactor and simplification into generic REST client.
  • API parameters are now passed as a map to endpoint handlers.
  • User-Agent is now set to track client usage and help debug issues.
  • generateTelesignHeaders is now static and easily extracted from the SDK if
    custom behavior/implementation is required.
  • Now using OkHttp to perform web requests, handle connections and reconnects, ssl negotiation and reduce code