# Automatically generated
# Please update as you see appropriate
context("Test APIApi")
api.instance <- APIApi$new()
test_that("query", {
# tests for query
# base path: https://api.lamp.digital
# Query the LAMP Database.
# Query the LAMP Database using a transformation document. All GET operations in this API schema document are available by replacing the period with an underscore (i.e. `$Participant_view(...)` instead of `Participant.view(...)`). The `origin`, `from`, and `to` parameters of EventStream functions are preserved but the `transform` parameter is not.
# @param character body
# @return [object]
# uncomment below to test the operation
#expect_equal(result, "EXPECTED_RESULT")
})
test_that("schema", {
# tests for schema
# base path: https://api.lamp.digital
# View the API schema document.
# View this API schema document from a live server instance.
# @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.