* Search for issues * @see https://developer.github.com/v3/search/#search-issues * @param {Search.Params} [options] - additional parameters for the search * @param {Requestable.callback} [cb] - will receive the results of the search * @return {Promise} - the promise for the http requ
(options, cb)
| 84 | * @return {Promise} - the promise for the http request |
| 85 | */ |
| 86 | forIssues(options, cb) { |
| 87 | return this._search('issues', options, cb); |
| 88 | } |
| 89 | |
| 90 | /** |
| 91 | * Search for users |