create_request: Creates a request with the given path parts. The json format...

View source: R/query_builder.R

create_requestR Documentation

Creates a request with the given path parts. The json format argument is included by default.

Description

Creates a request with the given path parts. The json format argument is included by default.

Usage

create_request(base_url, path_parts = NULL)

Arguments

base_url

base url of the API for which a request should be created

path_parts

that should be added to the base url

Value

request url composed of the given base url and specified path parts


szymanskir/rnbp documentation built on April 12, 2025, 8:51 p.m.