public final class RestRequestHelper extends Object
| Constructor and Description |
|---|
RestRequestHelper() |
| Modifier and Type | Method and Description |
|---|---|
static CompletableFuture<String> |
get(Endpoint endpoint)
Invokes a
GET-Request on the provided Endpoint. |
public static CompletableFuture<String> get(Endpoint endpoint)
GET-Request on the provided Endpoint.endpoint - The endpoint to GET from.