test_that("'queries' are well parsed", {
expect_error(api_query(fields = "name", "id"))
expect_equal(api_query(filter="name", fields = api_fields("name","id")), paste0("?", "filter=name", "&fields=name,id"))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.