ping: API health check

View source: R/ping.R

pingR Documentation

API health check

Description

Pings the CoinGecko API to check if the service is available

Usage

ping()

Details

This function has no arguments.

Value

Returns TRUE if the service is available and FALSE otherwise.

Examples


ifelse(ping(), "API is available", "API is not available")


next-game-solutions/geckor documentation built on April 27, 2023, 10:59 a.m.