Core code for all GET calls
get_engine(api_endpoint, ref, limit = Inf, ...)Content of GET request as list
API endpoint
Repository reference (list) created by create_repo_ref()
Number of records to return, passed directly to gh documentation. Defaults to
Inf which requests all records but may required multiple API calls
Additional user-defined query parameters. Use browse_docs() to learn more.