* Search for repositories * @see https://developer.github.com/v3/search/#search-repositories * @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 t
(options, cb)
| 62 | * @return {Promise} - the promise for the http request |
| 63 | */ |
| 64 | forRepositories(options, cb) { |
| 65 | return this._search('repositories', options, cb); |
| 66 | } |
| 67 | |
| 68 | /** |
| 69 | * Search for code |