Releases: resellerinterface/api-client-php
Releases · resellerinterface/api-client-php
Release list
v1.0.6: user agent and session
- Added the ability to get the user agent using
getUserAgent()and setting it withsetUserAgent("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
v1.0.4: getters for Client Version and Base URL
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
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
Full Changelog: v1.0.2...v1.0.3