http_get: Make HTTP GET Request

View source: R/http.R

http_getR Documentation

Make HTTP GET Request

Description

Internal function to make authenticated GET requests to Lifebit Platform API.

Usage

http_get(profile, endpoint, query_params = list())

Arguments

profile

List. Profile configuration from load_profile().

endpoint

Character. API endpoint path (without base URL).

query_params

List. Query parameters to include in request.

Value

Parsed JSON response.


cloudosR documentation built on June 1, 2026, 5:07 p.m.