Parse-SDK-iOS-OSX icon indicating copy to clipboard operation
Parse-SDK-iOS-OSX copied to clipboard

Add Parse Server health check

Open dplewis opened this issue 1 year ago • 1 comments

New Feature / Enhancement Checklist

Current Limitation

There isn't a convientant way to get ping the /health endpoint on the server

Feature / Enhancement Description

Add Parse.getServerHealth as a quick way to check on the server health without having to make an arbitrary request to a functional endpoint, and without needing keys.

Example Use Case

Useful for server failover.

Alternatives / Workarounds

You can make your own request to the /health endpoint

3rd Party References

SDKs like JS and PHP have it

https://github.com/parse-community/Parse-SDK-JS/pull/1307 https://github.com/parse-community/parse-php-sdk/pull/366

dplewis avatar Oct 30 '24 14:10 dplewis