nylas-php icon indicating copy to clipboard operation
nylas-php copied to clipboard

Added stream functions

Open harrysinghtiwana opened this issue 9 years ago • 1 comments

I have added some more useful methods to enhance the API functionalities for the followings;

Added method getDeltaCursor() to fetch the latest delta cursors Added method getDeltas() to fetch the deltas as per cursor in raw format. Added method getCalenders() to fetch the calendars. Added method getDeltaStream() to fetch the detlas in an array as per include types. Added method getContacts() to fetch the contacts. Added reusable methods such as setApiClientOptions() and createAuthHeader() as well.

harrysinghtiwana avatar Feb 23 '16 07:02 harrysinghtiwana

Hey, you might want to take a look at my fork: https://github.com/O323/nylas-php

duxet avatar Feb 23 '16 09:02 duxet