| Package | Description |
|---|---|
| io.prismic | |
| io.prismic.core |
| Modifier and Type | Class and Description |
|---|---|
static class |
Cache.BuiltInCache |
static class |
Cache.NoCache |
| Modifier and Type | Method and Description |
|---|---|
Cache |
Api.getCache() |
static Cache |
Cache.DefaultCache.getInstance() |
| Modifier and Type | Method and Description |
|---|---|
static Api |
Api.get(String url,
Cache cache,
Logger logger) |
static Api |
Api.get(String endpoint,
String accessToken,
Cache cache,
Logger logger) |
static Api |
Api.get(String endpoint,
String accessToken,
String defaultReference,
Cache cache,
Logger logger)
Entry point to get an
Api object. |
static Api |
Api.get(String endpoint,
String accessToken,
String defaultReference,
Cache cache,
Logger logger,
Proxy proxy)
Entry point to get an
Api object. |
| Constructor and Description |
|---|
Api(Api.ApiData apiData,
String accessToken,
Cache cache,
Logger logger,
Proxy proxy)
Deprecated.
|
Api(Api.ApiData apiData,
String accessToken,
String defaultReference,
Cache cache,
Logger logger,
Proxy proxy)
Constructor to build a proper
Api object. |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.JsonNode |
HttpClient.fetch(String url,
Logger logger,
Cache cache,
Proxy proxy) |
Copyright © 2018. All rights reserved.