Retrieves a specific commit by hash, tag, or "latest" for a repository.
public CommitRetrieveResponse retrieve(String commit, CommitRetrieveParams params)Retrieves a specific commit by hash, tag, or "latest" for a repository. This endpoint supports both authenticated and unauthenticated access. Authenticated users can access private repos, while unauthenticated users can only access public repos. Commit resolution logic:
| Name | Type | Description |
|---|---|---|
commit* | String | |
params* | CommitRetrieveParams |