public class CloudClient
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CloudClient.Builder |
public static CloudClient.Builder builder(java.lang.String apiKey, java.lang.String secret, java.lang.String userID)
public java.util.concurrent.CompletableFuture<OGData> openGraph(java.net.URL url) throws StreamException
StreamExceptionpublic <T> T getHTTPClientImplementation()
public CloudFlatFeed flatFeed(java.lang.String slug)
public CloudFlatFeed flatFeed(java.lang.String slug, CloudUser user)
public CloudFlatFeed flatFeed(java.lang.String slug, java.lang.String userID)
public CloudFlatFeed flatFeed(FeedID id)
public CloudAggregatedFeed aggregatedFeed(java.lang.String slug)
public CloudAggregatedFeed aggregatedFeed(java.lang.String slug, CloudUser user)
public CloudAggregatedFeed aggregatedFeed(java.lang.String slug, java.lang.String userID)
public CloudAggregatedFeed aggregatedFeed(FeedID id)
public CloudNotificationFeed notificationFeed(java.lang.String slug)
public CloudNotificationFeed notificationFeed(java.lang.String slug, CloudUser user)
public CloudNotificationFeed notificationFeed(java.lang.String slug, java.lang.String userID)
public CloudNotificationFeed notificationFeed(FeedID id)
public CloudUser user(java.lang.String userID)
public CloudCollectionsClient collections()
public CloudReactionsClient reactions()
public CloudFileStorageClient files()
public CloudImageStorageClient images()