orderlyweb: Create an orderlyweb object

View source: R/orderlyweb.R

orderlywebR Documentation

Create an orderlyweb object

Description

Create an orderlyweb object, for interaction with the OrderlyWeb API at a high level. For low level access, see orderlyweb_api_client or the $api_client field of the created object.

Usage

orderlyweb(..., api_client = NULL)

Arguments

...

Arguments passed through to orderlyweb_api_client

api_client

A pre-constructed orderlyweb_api_client, in which case ... is ignored

Examples

cl <- orderlyweb::orderlyweb(host = "example.com", port = 443,
                             token = "mytoken")
cl$api_client$is_authorised()

vimc/orderlyweb documentation built on Feb. 9, 2023, 8:36 a.m.