Skip to content

v4.1.0

Latest
Compare
Choose a tag to compare
@vgumonis vgumonis released this 20 May 10:24
· 10 commits to master since this release
  • ApiKey is no more mandatory when creating a Client. Useful when you want to perform Public API calls only.
  • Added possibility for late $client->setApiKey('YOUR_API_TOKEN') and $client->setEnvironment('sandbox') assignments.
  • Added support for Public API calls.