Package-level declarations

Types

Link copied to clipboard
sealed class AO3Error : Throwable

Represents all the possible errors that may crop up in the process of interacting with AO3.

Link copied to clipboard
sealed class AO3Response<out T>

Represents a response from the service. An AO3Response can either be a Success or a Failure.