#' OperatorService
#'
#' @export
#' @format \code{\link{R6Class}} object.
#' @section Methods:
#' \describe{
#' }
#'
OperatorService <- R6::R6Class("OperatorService", inherit = HttpClientService, public = list(initialize = function(baseRestUri,
client) {
super$initialize(baseRestUri, client)
self$uri = "api/v1/operator"
}))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.