# Automatically generated by openapi-generator (https://openapi-generator.tech)
# Please update as you see appropriate
context("Test BatchApi")
api.instance <- BatchApi$new()
test_that("Batch", {
# tests for Batch
# base path: https://api.graphsense.info
# Get data as CSV in batch
# @param currency character The cryptocurrency (e.g., btc)
# @param batch.operation BatchOperation (optional)
# @return [character]
# 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.