Skip to content

v2.0.0

Latest

Choose a tag to compare

@carapidev carapidev released this 03 Jun 23:36
· 3 commits to main since this release
9263bad

What's Changed

Users who are upgrading from version 1 the SDK to version 2 of the SDK but staying on version 1 of the API will need to tell the SDK client to make requests to the v1 api:

$sdk = \CarApiSdk\CarApi::build([
    'token' => getenv('CARAPI_TOKEN'),
    'secret' => getenv('CARAPI_SECRET'),
    'apiVersion' => 'v1' // <------ the default is v2
]);

Open an issue or contact support if you have questions, thanks!

Full Changelog: v1.4.0...v2.0.0