omniClientListCheckpoints

Defined in OmniClient.h

OmniClientRequestId omniClientListCheckpoints(char const *url, void *userData, OmniClientListCheckpointsCallback callback)

Returns a list of checkpoints for a URL.

The “relativePath” in the entries list is a query that you can use with the original URL to access this checkpoint. You can pass relativePath to omniClientGetBranchAndCheckpointFromQuery in order to parse it into the branch and checkpoint.

Note

If this function is called after omniClientShutdown, kInvalidRequestId will be returned, and the callback will not be called.