Nothing
# tests/testthat/helper-mockapi.R
with_mocked_strava_api <- function(expr, mock_data = mock_activity_list_df) {
mockery::stub(
where = rStrava::get_activity_list,
what = "rStrava::get_activity_list",
how = mock_data
)
eval(expr)
}
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.