get_engine: Core code for all GET calls

View source: R/draft/ZZZ-api-engine.R 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


projmgr documentation built on May 29, 2024, 5 a.m.

Related to get_engine in projmgr...