Retrieves a specific commit by hash, tag, or "latest" for a repository.
public class CommitRetrieveParams extends ParamsRetrieves 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:
Additional headers to send with the request..
Additional query param to send with the request..
Returns a mutable builder for constructing an instance of [CommitRetrieveParams].
Returns an immutable instance of [CommitRetrieveParams].