| Package | Description |
|---|---|
| com.github.katenachain.api |
| Modifier and Type | Method and Description |
|---|---|
RawResponse |
Client.get(String route)
wraps the doRequest method to do a GET HTTP request.
|
RawResponse |
Client.get(String route,
HashMap<String,String> queryValues)
wraps the doRequest method to do a GET HTTP request.
|
RawResponse |
Client.post(String route,
byte[] body)
wraps the doRequest method to do a POST HTTP request.
|
RawResponse |
Client.post(String route,
byte[] body,
HashMap<String,String> queryValues)
wraps the doRequest method to do a POST HTTP request.
|
Copyright © 2020 Transchain. All rights reserved.