Uses of Class
net.ygbstudio.powerwp4j.exceptions.InvalidApiUrlException
Packages that use InvalidApiUrlException
-
Uses of InvalidApiUrlException in net.ygbstudio.powerwp4j.services
Methods in net.ygbstudio.powerwp4j.services that throw InvalidApiUrlExceptionModifier and TypeMethodDescriptionstatic Optional<HttpResponse<String>> HttpRequestService.connectGetWP(String url, String username, String applicationPassword, @Nullable org.slf4j.Logger classLogger) Connects to the WordPress REST API and returns the response.