| Package | Description |
|---|---|
| com.github.triceo.robozonky.common.remote |
| Modifier and Type | Method and Description |
|---|---|
ApiProvider.ApiWrapper<ZonkyApi> |
ApiProvider.anonymous()
Retrieve user-specific Zonky API which does not require authentication.
|
ApiProvider.ApiWrapper<ZonkyApi> |
ApiProvider.authenticated(ZonkyApiToken token)
Retrieve user-specific Zonky API which requires authentication.
|
ApiProvider.ApiWrapper<ZonkyOAuthApi> |
ApiProvider.oauth()
Retrieve Zonky's OAuth endpoint.
|
protected <T> ApiProvider.ApiWrapper<T> |
ApiProvider.obtain(Class<T> api,
String url,
RoboZonkyFilter filter)
Instantiate an API as a RESTEasy client proxy.
|
Copyright © 2017. All rights reserved.