Retrieve a list of refs/* in the repository backing a project.
This endpoint functions similarly to git show-ref, with each
returned object containing a ref field with the ref’s name,
and an object containing the associated commit ID.
The returned commit ID can be used with the Get a commit object endpoint to retrieve information about that specific commit.
Documentation Index
Fetch the complete documentation index at: https://developer.upsun.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.