zendesk / zendesk_api_client_php

Official Zendesk API v2 client library for PHP
336 stars 259 forks source link

Zendesk Sell API and Contacts resource support #463

Closed Alex-Sh closed 2 weeks ago

Alex-Sh commented 3 years ago

Added Sell API "Contacts" endpoint support https://developers.getbase.com/docs/rest/reference/contacts

Alex-Sh commented 3 years ago

The only thing here is Zendesk Sell have different endpoint so HttpClient should be created like this:

$client = new HttpClient('', '', 'https', 'api.getbase.com');
$client->setAuth('oauth', ['token' => 'TOKEN']);
AxelDeneu commented 2 years ago

Is it possible to merge this PR ? Pretty useful if you use Sell API.

ecoologic commented 5 months ago

Hi,

thank you for your request, are you still interested in a solution for this issue?

ecoologic commented 4 months ago

Closing due to inactivity. Re-open if needed.

AxelDeneu commented 4 months ago

Sorry, I missed your comment. I'm still interested in a solution for this issue.

ecoologic commented 4 months ago

Hi Alex, no worries. Thanks for your contribution.

AxelDeneu commented 4 months ago

Thank you too! If needed, I can contribute on this PR, I don't know if @Alex-Sh is still interested into but I am. So if I can help in any kind, tell me.

token-cjg commented 2 weeks ago

Thank you for your contribution @Alex-Sh, I have accepted your suggestion in this PR: https://github.com/zendesk/zendesk_api_client_php/pull/537.