powered by
github_get_api_limit - returns the current limit on results returned by gh.
github_get_api_limit
github_set_api_limit - sets a limit on results returned by gh.
github_set_api_limit
github_get_api_limit()github_set_api_limit(limit = 1000L)
github_set_api_limit(limit = 1000L)
The maximum number of records to return from an API request.
This value is stored in the "ghclass.api.limit" option globally.
# NOT RUN { github_get_api_limit() github_set_api_limit(500) github_get_api_limit() # }
Run the code above in your browser using DataLab