nylas-php
nylas-php copied to clipboard
Added functions for Deltas
Added function getDeltas, getDeltaCursor and createAuthHeader
Hi @lawcus. Thanks for the pull request!
This pull request looks good to me; I only have three concerns:
- It would be nice if
getDeltasreturned a list ofNylasAPIObjects instead of plain JSON arrays. - Could you update
README.mdtoo? - Are you using an IDE? I see you have changed indent style for all the braces in the file. Please revert this.
Also, to merge this I'd need you to sign our Contributor License Agreement. It's similar to the one used by meteor and nodejs.
regards,
Karim
We will update it to NylasObject as well as READMe.md in next update. Yes, we are using PHPStorm, removed the braces. Also, we have signed Agreement. Thanks!