Description Usage Arguments Value Examples
Send a Request to the Tessitura API - Deprecated
1 2 3 4 5 6 7 8 9 |
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. |
A data frame or list of the result
1 2 3 4 5 | host <- 'mytessi.tessituranetwork.com/'
basePath <- 'TessituraService'
resource <- '/Diagnostics/Status'
credentials <- 'mybase64credentials'
#' callTessi(host, basePath, resource, credentials)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.