tests/testthat/test_gen_api.R

# Test for expected output & API calls------------------------------------------

without_internet({
  test_that("We do make GET requests", {

    skip_on_cran()
    skip_on_ci()

    expect_GET(
      restatis:::gen_api(endpoint = "helloworld/whoami"),
      "https://www-genesis.destatis.de/genesisWS/rest/2020/helloworld/whoami"
    )
  })
})

Try the restatis package in your browser

Any scripts or data that you put into this service are public.

restatis documentation built on July 9, 2023, 5:31 p.m.