retrieveSource

open suspend override fun retrieveSource(sourceId: String, clientSecret: String, options: ApiRequest.Options): Result<Source>

Retrieve an existing Source object from the server.

Return

a Result containing the retrieved Source or the encountered Exception

Parameters

sourceId

the Source.id field for the Source to query

clientSecret

the Source.clientSecret field for the Source to query