Network Service
Inheritors
Functions
Link copied to clipboard
inline suspend fun <T : @Serializable Any> get(path: String, queryItems: List<URLQueryItem>? = null, isForDebugging: Boolean = false, requestId: String = UUID.randomUUID().toString(), retryCount: Int = NetworkConsts.retryCount(), noinline isRetryingCallback: suspend () -> Unit? = null, timeout: Duration? = null): Either<T, NetworkError>
Link copied to clipboard