# Automatically generated
# Please update as you see appropriate
context("Test CredentialApi")
api.instance <- CredentialApi$new()
test_that("create", {
# tests for create
# base path: https://api.lamp.digital
# @param character type.id
# @param object body
# @return [object]
# uncomment below to test the operation
#expect_equal(result, "EXPECTED_RESULT")
})
test_that("delete", {
# tests for delete
# base path: https://api.lamp.digital
# @param character type.id
# @param character access.key
# @return [object]
# uncomment below to test the operation
#expect_equal(result, "EXPECTED_RESULT")
})
test_that("list", {
# tests for list
# base path: https://api.lamp.digital
# @param character type.id
# @param character transform (optional)
# @return [object]
# uncomment below to test the operation
#expect_equal(result, "EXPECTED_RESULT")
})
test_that("update", {
# tests for update
# base path: https://api.lamp.digital
# @param character type.id
# @param character access.key
# @param object body
# @return [object]
# uncomment below to test the operation
#expect_equal(result, "EXPECTED_RESULT")
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.