Nothing
context("Rate limit")
test_that("Call API", {
expect_identical(status_code(mock_method()), 200L)
expect_identical(status_code(mock_method()), 429L)
expect_identical(status_code(call_api(mock_method, list())), 200L)
expect_identical(status_code(mock_method()), 429L)
})
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.