http_post: Make HTTP POST Request

View source: R/http.R

http_postR Documentation

Make HTTP POST Request

Description

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

Usage

http_post(profile, endpoint, body = list(), query_params = list())

Arguments

profile

List. Profile configuration from load_profile().

endpoint

Character. API endpoint path (without base URL).

body

List. Request body to send as JSON.

query_params

List. Query parameters to include in request.

Value

Parsed JSON response.


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