get Content Suspend
suspend fun getContentSuspend(id: String, shouldIgnoreCache: Boolean = false): Either<ArcXPException, ArcXPContentElement>
Content copied to clipboard
getContentSuspend This suspend function requests an ans result by id
Return
Either returns either Success ArcXPContentElement or Failure ArcXPException
Parameters
id
ANS ID
should Ignore Cache
if true, we ignore caching for this call only