perform_get: Perform GET Request

View source: R/request.R

perform_getR Documentation

Perform GET Request

Description

Perform GET Request

Usage

perform_get(base_req, endpoint, query = NULL)

Arguments

base_req

Base request object.

endpoint

API endpoint path.

query

Named list of query parameters.

Value

Parsed JSON response. For paginated endpoints, returns a list with data (the results) and meta (pagination info). For single-item endpoints, returns the unwrapped data directly.


omophub documentation built on Dec. 17, 2025, 5:10 p.m.