status: Query the status of an r-hub check
Description
Query the status of an r-hub check
Arguments
id
The check id, an r-hub status URL, or the object retured
by check()
or one of its variants. Value
A list with the status of the check. It has entries:
status
, submitted
and duration
. Currently the duration is
only filled when the build has finished. If a list of checks are
queried, then a list of statuses are returned.