Nothing
test_that("Test mindat_uri_builder function", {
config <- c(endpoint_base = "geomaterials/%s")
base_uri = "https://api.mindat.org/v1"
uri <- mindat_uri_builder(base_uri,config)
expect_equal(mindat_uri_builder(base_uri,config),"https://api.mindat.org/v1/geomaterials/")
expect_equal(mindat_uri_builder(base_uri,config,"fields=id,name"),"https://api.mindat.org/v1/geomaterials/fields=id,name")
})
test_that("Test mindat_set_up_endpoints function", {
expect_no_error(mindat_set_up_endpoints())
})
test_that("Test mindat_setup function", {
expect_no_error(mindat_setup())
})
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.