Nothing
test_that("trem_post throws errors - no client", {
expect_error(
trem_post(path = "members",
body = list(email = "example@website.com",
name = "Example Person",
role = "MEMBER"),
),
regexp = "Tremendous API Client required.")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.