| Package | Description |
|---|---|
| net.nowtryz.cafetapi.exceptions |
API exceptions
|
| net.nowtryz.cafetapi.http |
Fetching data package
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContentTypeException |
class |
HTTPException |
class |
IllegalResultException |
class |
IllegalStatusException |
class |
MissingResultElementException |
class |
PermissionException |
class |
ResultException |
class |
ResultSemanticException |
class |
ServerErrorException |
| Modifier and Type | Method and Description |
|---|---|
HTTPResponse |
HttpManager.query(HttpManager.HttpMethod method,
String path)
Perform an http rest query to the server
|
HTTPResponse |
HttpManager.query(HttpManager.HttpMethod method,
String path,
com.google.gson.JsonElement body)
Perform an http rest query to the server with a body
|
HTTPResponse |
HttpManager.query(HttpManager.HttpMethod method,
String path,
com.google.gson.JsonElement body,
Map<String,String> headers)
Perform an http rest query to the server with a body and additionnal headers
|
Copyright © 2019 Nowtryz. All rights reserved.