Learn R Programming

viafoundry (version 1.0.0)

get_api_status: Get API Status

Description

Sends a simple GET request to check the status of the API.

Usage

get_api_status()

Arguments

Value

A character vector with the API status.

Examples

Run this code
if (FALSE) {
status <- get_api_status()
print(status)
}

Run the code above in your browser using DataLab