Skip to content

Commit

Permalink
STAM-2514
Browse files Browse the repository at this point in the history
  • Loading branch information
lanlin committed Dec 18, 2018
1 parent 718261c commit 86cbb34
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@ $nylas->Messages()->Search()-></br>
$nylas->Messages()->Sending()-></br>
![send-message](media/send-message.png)</br>

$nylas->Messages()->Smart()-></br>
![message-smart](media/message-smart.png)</br>


### [Threads](https://docs.nylas.com/reference#threads)

Expand All @@ -283,6 +286,9 @@ $nylas->Threads()->Search()-></br>
$nylas->Threads()->Thread()-></br>
![thread](media/thread.png)</br>

$nylas->Threads()->Smart()-></br>
![thread-smart](media/thread-smart.png)</br>


### [Webhooks](https://docs.nylas.com/reference#webhooks)

Expand Down
Binary file added media/message-smart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added media/thread-smart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/Messages/Abs.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
* Nylas Abs
* ----------------------------------------------------------------------------------
*
* @method Smart Smart()
* @method Search Search()
* @method Message Message()
* @method Sending Sending()
* @method Express Express()
*
* @author lanlin
* @change 2018/11/26
Expand Down
2 changes: 1 addition & 1 deletion src/Threads/Abs.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
* Nylas Abs
* ----------------------------------------------------------------------------------
*
* @method Smart Smart()
* @method Search Search()
* @method Thread Thread()
* @method Express Express()
*
* @author lanlin
* @change 2018/11/26
Expand Down

0 comments on commit 86cbb34

Please sign in to comment.