buildRESTurl: Function constructs a URL for a REST API call by appending...

View source: R/buildRESTurl.R

buildRESTurlR Documentation

Function constructs a URL for a REST API call by appending query parameters.

Description

Function constructs a URL for a REST API call by appending query parameters.

Usage

buildRESTurl(url, .list = list(), ...)

Arguments

url

Base URL of the REST API.

.list

A list of named query parameters.

...

additional optional arguments

Value

string of the full REST API URL.


kmeRtone documentation built on Sept. 11, 2024, 9:12 p.m.