We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c06a73 commit ec21193Copy full SHA for ec21193
1 file changed
…com/mindee/http/MindeeHttpApiV1Test.java …/mindee/v1/http/MindeeHttpApiV1Test.javasrc/test/java/com/mindee/http/MindeeHttpApiV1Test.java renamed to src/test/java/com/mindee/v1/http/MindeeHttpApiV1Test.java
@@ -1,4 +1,4 @@
1
-package com.mindee.http;
+package com.mindee.v1.http;
2
3
import static com.github.tomakehurst.wiremock.client.WireMock.aResponse;
4
import static com.github.tomakehurst.wiremock.client.WireMock.containing;
@@ -15,10 +15,6 @@
15
import com.github.tomakehurst.wiremock.junit.WireMockRule;
16
import com.mindee.v1.MindeeSettings;
17
import com.mindee.v1.clientOptions.PredictOptions;
18
-import com.mindee.v1.http.Endpoint;
19
-import com.mindee.v1.http.MindeeHttpApiV1;
20
-import com.mindee.v1.http.MindeeHttpExceptionV1;
21
-import com.mindee.v1.http.RequestParameters;
22
import com.mindee.v1.parsing.common.AsyncPredictResponse;
23
import com.mindee.v1.parsing.common.Document;
24
import com.mindee.v1.parsing.common.PredictResponse;
0 commit comments