Skip to content

Fix Guzzle Query String Use

Choose a tag to compare

@jrebs jrebs released this 07 May 05:18
· 7 commits to master since this release
  • The guzzle client doesn't handle the 'query' option correctly, it seems, so use http_build_query() to do that work
  • Fix all calls and tests to account for this change.
  • Allow apiToken to be changed during runtime, for testing or users who have different tokens for business reasons.