Add basic search functionality

This commit is contained in:
Christian Bundy
2019-12-07 15:22:00 -08:00
parent 62bd34b553
commit c27d298081
10 changed files with 372 additions and 40 deletions

View File

@ -35,6 +35,9 @@ const rawConnect = () => new Promise((resolve, reject) => {
friends: {
isFollowing: 'async',
isBlocking: 'async'
},
search: {
query: 'source'
}
}
}, (err, api) => {