configures the cache environemnt. An optional base_url name can be passed in for convenience. This MUST be called first in order to configure the cache with the correct auth routes and base_url
1 2 | cache_init(base_url = "staging",
api_url = "https://api.cunybplservices.net/", ssl_verify = TRUE)
|
base_url |
either 'staging' or 'production for convenience settings. defaults to staging |
api_url |
defaults to 'https://api.cunybplservices.net/' |
ssl_verify |
defaults to TRUE. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.