public class ApiExplorerClient extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CONTENT_TYPE
The default http request content type for all BCE service APIs.
|
| Constructor and Description |
|---|
ApiExplorerClient()
Constructs a new client to invoke BCE service methods with default configuration.
|
ApiExplorerClient(com.baidubce.auth.Signer signer)
Constructs a new client to invoke BCE service methods with singer.
|
| Modifier and Type | Method and Description |
|---|---|
ApiExplorerResponse |
sendRequest(ApiExplorerRequest bceRequest)
Method for sending request to the target service.
|
public static final String DEFAULT_CONTENT_TYPE
public ApiExplorerClient()
public ApiExplorerClient(com.baidubce.auth.Signer signer)
public ApiExplorerResponse sendRequest(ApiExplorerRequest bceRequest)
bceRequest - The original request, as created by the userCopyright © 2022. All rights reserved.