Class ApiRoot
java.lang.Object
com.commercetools.importapi.client.ApiRoot
- All Implemented Interfaces:
Closeable
,AutoCloseable
Entrypoint for building requests against the API
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
static ApiRoot
fromClient
(ApiHttpClient apiHttpClient) static ApiRoot
of()
withProjectKeyValue
(String projectKey)
-
Method Details
-
of
-
fromClient
-
withProjectKeyValue
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-