Starts test session

call_that_session_start()

Allows to switch between running tests locally or remotely

call_that_session_stop()

Stops an API connection

Interact with the API

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

Run the API locally

call_that_plumber_start()

Runs a plumber app in a separate R session

call_that_plumber_stop()

Stops a local plumber API

Remote API connections

call_that_connection()

Creates a generic API connection object

Run tests remotely

call_that_test_remote()

Runs a test script against a remote connection

Manage tests

call_that_available_tests()

Matches APIs to tests