| Package | Description |
|---|---|
| io.prismic | |
| io.prismic.core |
| Modifier and Type | Class and Description |
|---|---|
static class |
Logger.NoLogger |
static class |
Logger.PrintlnLogger |
| Modifier and Type | Method and Description |
|---|---|
Logger |
Api.getLogger() |
| Modifier and Type | Method and Description |
|---|---|
static Api |
Api.get(String url,
Cache cache,
Logger logger) |
static Api |
Api.get(String url,
String accessToken,
Cache cache,
Logger logger) |
static Api |
Api.get(String endpoint,
String accessToken,
Cache cache,
Logger logger,
FragmentParser fragmentParser)
Entry point to get an
Api object. |
| Constructor and Description |
|---|
Api(Api.ApiData apiData,
String accessToken,
Cache cache,
Logger logger,
FragmentParser fragmentParser)
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) |
Copyright © 2014. All rights reserved.