getRecord

open suspend override fun getRecord(params: GetRecordQueryParams): AtpResponse<GetRecordResponse>

Get details about a record.


open suspend override fun getRecord(params: GetRecordQueryParams): AtpResponse<ByteArray>

Get data blocks needed to prove the existence or non-existence of record in the current version of repo. Does not require auth.


open suspend override fun getRecord(params: GetRecordQueryParams): AtpResponse<GetRecordResponse>

Get a single record from a repository. Does not require auth.