zendesk / zendesk_api_client_php

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

Add support of Ticket Field Options API in SDK #368

Closed cmourizard closed 6 years ago

cmourizard commented 6 years ago

Add support of Ticket Field Options API in SDK (https://developer.zendesk.com/rest_api/docs/core/ticket_fields#list-ticket-field-options)

donjose24 commented 6 years ago

@cmourizard is there any reason you override find, create, update etc.?

cmourizard commented 6 years ago

Hi @jmramos02 it's because the route is a specific subroute of endpoint with some specific argument by example:

cmourizard commented 6 years ago

Hello @joseconsador and @miogalang all modifications has been performed I let you review them.

cmourizard commented 6 years ago

Sounds great @samgavinio thanks!

Do you have an estimated date of merge @joseconsador?

samgavinio commented 6 years ago

@cmourizard released as v2.2.4. Thanks!