Wrap the Search API
Create a Search
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
defaults | Object | defaults for the search | ||
auth | Requestable.auth | <optional> | information required to authenticate to Github | |
apiBase | string | <optional> | https://api.github.com | the base Github API URL |
Search for code
| Name | Type | Attributes | Description |
|---|---|---|---|
options | Search.Params | <optional> | additional parameters for the search |
cb | Requestable.callback | <optional> | will receive the results of the search |
Search for issues
| Name | Type | Attributes | Description |
|---|---|---|---|
options | Search.Params | <optional> | additional parameters for the search |
cb | Requestable.callback | <optional> | will receive the results of the search |
Search for repositories
| Name | Type | Attributes | Description |
|---|---|---|---|
options | Search.Params | <optional> | additional parameters for the search |
cb | Requestable.callback | <optional> | will receive the results of the search |
Search for users
| Name | Type | Attributes | Description |
|---|---|---|---|
options | Search.Params | <optional> | additional parameters for the search |
cb | Requestable.callback | <optional> | will receive the results of the search |
Available search options