callTessi: Send a Request to the Tessitura API - Deprecated

Description Usage Arguments Value Examples

View source: R/control.R

Description

Send a Request to the Tessitura API - Deprecated

Usage

1
2
3
4
5
6
7
8
9
callTessi(
  host,
  basePath,
  resource,
  credentials,
  request_type = "GET",
  data,
  flatten = TRUE
)

Arguments

host

The host name for your Tessitura API

basePath

The base path for your Tessitura API. eg., TessituraService

resource

The resource to be request from the API. eg., Diagnostics/Status

credentials

A base64 encoded character string. Can be created with createCredentials()

request_type

An http verb. Currently on GET and POST are supported

data

The data object for POST.

flatten

If true, a data frame will be returned of the results. If false, the result object will be returned.

Value

A data frame or list of the result

Examples

1
2
3
4
5
host <- 'mytessi.tessituranetwork.com/'
basePath <- 'TessituraService'
resource <- '/Diagnostics/Status'
credentials <- 'mybase64credentials'
#' callTessi(host, basePath, resource, credentials)

gdgkirkley/tessituraR documentation built on Feb. 3, 2022, 6:21 p.m.