get_engine: Core code for all GET calls

View source: R/api-engine.R

get_engineR Documentation

Core code for all GET calls

Description

Core code for all GET calls

Usage

get_engine(api_endpoint, ref, limit = Inf, ...)

Arguments

api_endpoint

API endpoint

ref

Repository reference (list) created by create_repo_ref()

limit

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.

Value

Content of GET request as list


emilyriederer/projmgr documentation built on Jan. 26, 2024, 3:09 a.m.