Skip to content

v2.0.0

Compare
Choose a tag to compare
@jarradsl jarradsl released this 13 Apr 22:33
· 74 commits to master since this release

2.0.0

  • Major refactor and simplification into generic REST client.
  • API parameters are now passed as kwargs to endpoint handlers.
  • Now using guzzle to perform http requests.
  • UserAgent 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.