getRepo

abstract suspend fun getRepo(params: GetRepoQueryParams): AtpResponse<GetRepoResponse>

Get details about a repository.


abstract suspend fun getRepo(params: GetRepoQueryParams): AtpResponse<ByteArray>

Download a repository export as CAR file. Optionally only a 'diff' since a previous revision. Does not require auth; implemented by PDS.