R/config.R

Defines functions symplurConfig

Documented in symplurConfig

#' Symplur API - Config
#'
#' @keywords config
#' @export
#'
symplurConfig <- function(){
  config <- list(
      "baseUrl" = "https://api.symplur.com/v1/",
      "demoClientId" = "400f321b-f29c-4cff-80e7-402dfe49eccb",
      "demoClientSecret" = "b6628bd41c3247bd966c65b1de470558"
    )
}

Try the SympluR package in your browser

Any scripts or data that you put into this service are public.

SympluR documentation built on May 2, 2019, 3:46 p.m.