public interface RESTClient extends Closeable
Modifier and Type | Method and Description |
---|---|
<T extends RESTResponse> |
get(String path,
Class<T> responseType,
Map<String,String> headers) |
<T extends RESTResponse> |
post(String path,
RESTRequest body,
Class<T> responseType,
Map<String,String> headers) |
<T extends RESTResponse> T post(String path, RESTRequest body, Class<T> responseType, Map<String,String> headers)
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.