Skip to content

Commit a87d980

Browse files
author
Tim
committed
Added readme information for search parameter
1 parent e5b4d10 commit a87d980

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,17 @@ client
222222
})
223223
````
224224

225+
### $search
226+
Pass a searh string to `.search()` for searching message and person collections.
227+
````js
228+
client
229+
.api("/users")
230+
.search("Irene McGowen")
231+
.get((err, res) => {
232+
console.log(res)
233+
})
234+
````
235+
225236
## Other API methods
226237

227238
### .version()

0 commit comments

Comments
 (0)