get

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()): Either<T, NetworkError>(source)