public abstract class MagentoHttpComponent extends Object
| Constructor and Description |
|---|
MagentoHttpComponent() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
baseUri() |
String |
deleteSecure(String url) |
String |
getSecured(String uri) |
String |
postSecure(String url,
String body) |
String |
putSecure(String url,
String body) |
abstract String |
token() |
protected boolean |
validate(String json) |
Copyright © 2017. All rights reserved.