All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sphere.sdk.client.TestClient.scala Maven / Gradle / Ivy

package io.sphere.sdk.client

import io.sphere.sdk.http.ClientRequest

class TestClient(underlying: JavaClient) {
  def execute[T](clientRequest: ClientRequest[T]): T = underlying.execute(clientRequest).get()

  def close() = underlying.close()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy