call_that_session_start()
Allows to switch between running tests locally or remotely
call_that_session_stop()
Stops an API connection
call_that_api()
Generic function to make API calls
call_that_api_get()
Submits a GET command against a REST API
call_that_api_post()
Submits a POST command against a REST API
call_that_api_put()
Submits a PUT command against a REST API
call_that_plumber_start()
Runs a plumber app in a separate R session
call_that_plumber_stop()
Stops a local plumber API
call_that_connection()
Creates a generic API connection object
call_that_test_remote()
Runs a test script against a remote connection
call_that_available_tests()
Matches APIs to tests