Skip to content

Releases: resellerinterface/api-client-php

v1.0.6: user agent and session

Choose a tag to compare

@henrikalves henrikalves released this 10 Jan 12:05
7c9ab1a
  • Added the ability to get the user agent using getUserAgent() and setting it with setUserAgent("useragentstring") it also can be set in the options array
  • Added the ability to get the current session token using getSession() and setting it using setSession("token") this can be used to reuse the session instead of logging in again

Full Changelog: v1.0.5...v1.0.6

v1.0.5: php 8.2 compatibility

Choose a tag to compare

@henrikalves henrikalves released this 25 Jul 14:22
61fcdfc

What's Changed

  • php 8.2 compatibility

Full Changelog: v1.0.4...v1.0.5

v1.0.4: getters for Client Version and Base URL

Choose a tag to compare

@henrikalves henrikalves released this 02 Mar 08:28
646ed9f

What's Changed

  • Added getters for Client Version and Base URL by @cebe in #4
  • Use returned Content-Type for RESPONSE_DOWNLOAD and RESPONSE_STREAM

Full Changelog: v1.0.3...v1.0.4

v1.0.3: ipResolve option

Choose a tag to compare

@henrikalves henrikalves released this 31 May 08:44

What's Changed

  • Add PHP 8 return type annotations by @cebe in #3
  • You can now specify with the options array if only ipv4 or ipv6 should be used

New Contributors

  • @cebe made their first contribution in #3

Full Changelog: v1.0.2...v1.0.3

v1.0.2: bool params

Choose a tag to compare

@DrPiffl DrPiffl released this 05 Apr 08:28

What's Changed

  • Convert Boolean-Parameter to String

Full Changelog: v1.0.1...v1.0.2