Uses of Class
io.github.jopenlibs.vault.rest.RestException
Packages that use RestException
Package
Description
Intended for internal use by other classes within the Vault driver library.
-
Uses of RestException in io.github.jopenlibs.vault.rest
Methods in io.github.jopenlibs.vault.rest that throw RestExceptionModifier and TypeMethodDescriptionRest.delete()Executes an HTTP DELETE request with the settings already configured.Rest.get()Executes an HTTP GET request with the settings already configured.Adds a parameter to be sent with the HTTP request.Rest.post()Executes an HTTP POST request with the settings already configured.Rest.put()Executes an HTTP PUT request with the settings already configured.