get Arc XPStory Suspend
suspend fun getArcXPStorySuspend(id: String, shouldIgnoreCache: Boolean = false): Either<ArcXPException, ArcXPStory>
Content copied to clipboard
getArcXPStorySuspend This function requests a story / article result by ANS ID
returns result with ans type = "story"
Return
Either Success ArcXPStory failure ArcXPException
Note: each result is a stream, even the interface methods can possibly have additional results
Parameters
id
ANS ID
should Ignore Cache
if true, we ignore caching for this call only