fingertips_ensure_api_available: Check if the given Fingertips API endpoint is available
Description
Check if the given Fingertips API endpoint is available
Usage
fingertips_ensure_api_available(endpoint = fingertips_endpoint())
Arguments
endpoint
string, the API base URL to check
Value
TRUE
if the API is available, otherwise stop()
is called.