public abstract class Request extends Object
| Modifier and Type | Field and Description |
|---|---|
protected APIEndpoint |
endpoint
The endpoint of the request that will be accessed.
|
protected HashMap<String,String> |
params
The parameters used with the request.
|
| Constructor and Description |
|---|
Request() |
| Modifier and Type | Method and Description |
|---|---|
APIEndpoint |
getEndpoint()
Returns the API endpoint of the request.
|
HashMap<String,String> |
getParams()
Get the parameters to include with the request.
|
protected APIEndpoint endpoint
public APIEndpoint getEndpoint()
Copyright © 2021. All rights reserved.