mctekk / zohocrm

Wrapper for interact with Zoho CRM API for php
MIT License
49 stars 55 forks source link

Add missing $options reference in updateRecords method #49

Open kaioken opened 3 years ago

todo[bot] commented 3 years ago

Need to convert json data from Zoho API v2 to the same array given in our Zoho CRM SDK

https://github.com/mctekk/zohocrm/blob/4ef8d2bbc2fe8d9c2d4a5938643149c5a2d7e19e/src/Zoho/CRM/Request/Response.php#L126-L131


This comment was generated by todo based on a todo comment in 4ef8d2bbc2fe8d9c2d4a5938643149c5a2d7e19e in #49. cc @mctekk.
todo[bot] commented 3 years ago

Give more options on default header by passing an array.

https://github.com/mctekk/zohocrm/blob/4ef8d2bbc2fe8d9c2d4a5938643149c5a2d7e19e/src/Zoho/CRM/ZohoClient.php#L356-L361


This comment was generated by todo based on a todo comment in 4ef8d2bbc2fe8d9c2d4a5938643149c5a2d7e19e in #49. cc @mctekk.
todo[bot] commented 3 years ago

Modify createResponse so that it gives the same response regardless of how the response is structured

https://github.com/mctekk/zohocrm/blob/4ef8d2bbc2fe8d9c2d4a5938643149c5a2d7e19e/src/Zoho/CRM/ZohoClient.php#L704-L709


This comment was generated by todo based on a todo comment in 4ef8d2bbc2fe8d9c2d4a5938643149c5a2d7e19e in #49. cc @mctekk.