Nothing
library(tinytest)
expect_true(is.function(mx.api::mx_devices))
expect_true(is.function(mx.api::mx_delete_device))
expect_equal(names(formals(mx.api::mx_devices)), "session")
expect_equal(
names(formals(mx.api::mx_delete_device)),
c("session", "device_id", "auth")
)
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.