Skip to content

Commit

Permalink
#
Browse files Browse the repository at this point in the history
  • Loading branch information
lanlin committed Dec 17, 2018
1 parent 45b85ed commit ebd2eda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ PHP bindings for the Nylas REST API (V2.0). https://docs.nylas.com/reference</br
6. The parameters that required by methods almost the same as nylas official api required.</br>
7. Support async batch get & delete & send (since version 3.1).

**`(new \Nylas\Client($options))->`**
![apis](media/apis.png)</br>
`(new \Nylas\Client($options))->`![apis](media/apis.png)</br>


## Installation

Expand Down Expand Up @@ -85,7 +85,7 @@ $dataC = $nylas->Contacts()->Contact()->getContact($ids);
$dataD = $nylas->Contacts()->Contact()->deleteContact($ids);
```

For more detail about the batch request, you should have to read the source code.
For more detail about the batch request, you should have to read the source code.</br>
Sorry, I have no time to write documents.


Expand Down

0 comments on commit ebd2eda

Please sign in to comment.