bradfeehan / desk-php

PHP client for Desk.com v2 API, based on Guzzle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add main List operations

bradfeehan opened this issue · comments

  • ListArticles
  • ListCases
  • ListCompanies
  • ListCustomFields
  • ListCustomers
  • ListFilters
  • ListGroups
  • ListIntegrationUrls
  • ListMacros
  • ListTopics
  • ListUsers

This is pretty much complete, but since resources in lists are considered an embedded related model to the appropriate PageModel, this breaks things like dates being strings instead of DateTime objects. The embedded model data should be processed according to the service description before the model is created.