Open BBrunekreeft opened 3 years ago
Description The Trunkrs API V2 provides /serviceable-areas https://docs.trunkrs.nl/docs/v2-api-documentation/reference/Client-API-V2.v1.yaml/paths/~1serviceable-areas/get I would like to see this implemented in this SDK
/serviceable-areas
Example $bool = \Trunkrs\SDK\Service::areaIsServiceable($country, $zipcode);
$bool = \Trunkrs\SDK\Service::areaIsServiceable($country, $zipcode);
Hi Bert!
Good idea! 👍 I'll have it added to a sprint! We'll keep you updated on the progress in this topic!
Description
The Trunkrs API V2 provides
/serviceable-areas
https://docs.trunkrs.nl/docs/v2-api-documentation/reference/Client-API-V2.v1.yaml/paths/~1serviceable-areas/get I would like to see this implemented in this SDKExample
$bool = \Trunkrs\SDK\Service::areaIsServiceable($country, $zipcode);