Package de.gematik.utils.request
Class ApiRequester
java.lang.Object
de.gematik.utils.request.ApiRequester
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetApiResponse(String url) voidsetAllowedResponses(String fam, String codes) voidsetClient(okhttp3.OkHttpClient client) voidsetupProxy(String proxyHost, Integer proxyPort) voidsetupTls(String trustStorePath, String trustStorePassword, String clientCertPath, String clientCertPassword)
-
Constructor Details
-
ApiRequester
public ApiRequester()
-
-
Method Details
-
getApiResponse
- Throws:
org.apache.maven.plugin.MojoExecutionException
-
setAllowedResponses
public void setAllowedResponses(String fam, String codes) throws org.apache.maven.plugin.MojoExecutionException - Throws:
org.apache.maven.plugin.MojoExecutionException
-
setupProxy
-
setupTls
-
setClient
public void setClient(okhttp3.OkHttpClient client)
-