# \donttest{
# check the first three endpoints in o311_endpoints()
validate_endpoints(1:3)
# check only requests
validate_endpoints(1:3, checks = "requests")
# check only whether an endpoint is down
validate_endpoints(1:3, methods = "down")
# }
Run the code above in your browser using DataLab