settings |
Object
|
<optional>
|
Operation settings.
The following settings are supported (name - type - description):
caseSensitive - Boolean - Whether case-sensitive search should be used
partialMatch - Integer - Allow partial matching: 0 - disallow (by default),
1 - allow at the beginning of matching strings, 2 - allow substring matching
lang, language - String - Search repositories that are written in the specified language
user - String - GitHub username that should be used for authentication
password - String - GitHub account password
token - String - OAuth2 token that should be used for authentication
instead of username and password
limit - Integer - Limit of quantity of results; default and maximum value is 100
pageSize - Integer - Quantity of results per page; default and maximum value is 100
|