| Modifier and Type | Method and Description |
|---|---|
Response |
Client.api(Request request)
A thin wrapper around the HTTP methods.
|
Response |
Client.delete(Request request)
Make a DELETE request and provide the status code and response headers.
|
Response |
Client.get(Request request)
Make a GET request and provide the status code, response body and
response headers.
|
Response |
Client.patch(Request request)
Make a PATCH request and provide the status code, response body and
response headers.
|
Response |
Client.post(Request request)
Make a POST request and provide the status code, response body and
response headers.
|
Response |
Client.put(Request request)
Make a PUT request and provide the status code, response body and
response headers.
|
Copyright © 2022. All rights reserved.