Closed hmdevelopermind closed 3 years ago
is there any way I can check if cloudant is up and running using this cloudant module something similar to
await axios.get(https://username:password@mycouchdomainurl/_up); ?
await axios.get(
);
Hi @hamedminaee ,
What do you think about the ping() function?
ping()
@bessbd Nice I assume it is the same as _up? and it is not an expensive call?
I confirm it is working thanks
is there any way I can check if cloudant is up and running using this cloudant module something similar to
await axios.get(
https://username:password@mycouchdomainurl/_up);
?