| Package | Description |
|---|---|
| io.cryptocontrol.cryptonewsapi |
| Modifier and Type | Method | Description |
|---|---|---|
void |
CryptoControlApi.getLatestFeedByCoin(String coinName,
CryptoControlApi.OnResponseHandler<List<Feed>> callback) |
Get feed (articles/tweets/reddit) for a specific coin from the CryptoControl API.
|
void |
CryptoControlApi.getLatestNews(CryptoControlApi.OnResponseHandler<List<Article>> callback) |
Get the latest news articles from the CryptoControl News API.
|
void |
CryptoControlApi.getLatestNewsByCoin(String coinName,
CryptoControlApi.OnResponseHandler<List<Article>> callback) |
Get the latest news articles for a specific coin from the CryptoControl News API.
|
void |
CryptoControlApi.getLatestRedditPostsByCoin(String coinName,
CryptoControlApi.OnResponseHandler<List<RedditPost>> callback) |
Get the latest reddit posts for a specific coin from the CryptoControl API.
|
void |
CryptoControlApi.getLatestTweetsByCoin(String coinName,
CryptoControlApi.OnResponseHandler<List<Tweet>> callback) |
Get the top tweets for a specific coin from the CryptoControl API.
|
void |
CryptoControlApi.getTopFeedByCoin(String coinName,
CryptoControlApi.OnResponseHandler<List<Feed>> callback) |
Get feed (articles/tweets/reddit) for a specific coin from the CryptoControl API.
|
void |
CryptoControlApi.getTopNews(CryptoControlApi.OnResponseHandler<List<Article>> callback) |
Get the top news articles from the CryptoControl News API.
|
void |
CryptoControlApi.getTopNewsByCategory(CryptoControlApi.OnResponseHandler<CategoryResponse> callback) |
Get news articles grouped by category from the CryptoControl News API.
|
void |
CryptoControlApi.getTopNewsByCoin(String coinName,
CryptoControlApi.OnResponseHandler<List<Article>> callback) |
Get the top news articles for a specific coin from the CryptoControl API.
|
void |
CryptoControlApi.getTopNewsByCoinCategory(String coinName,
CryptoControlApi.OnResponseHandler<CategoryResponse> callback) |
Get news articles grouped by category for a specific coin from the CryptoControl News API.
|
void |
CryptoControlApi.getTopRedditPostsByCoin(String coinName,
CryptoControlApi.OnResponseHandler<List<RedditPost>> callback) |
Get the top reddit posts for a specific coin from the CryptoControl API.
|
void |
CryptoControlApi.getTopTweetsByCoin(String coinName,
CryptoControlApi.OnResponseHandler<List<Tweet>> callback) |
Get the latest tweets for a specific coin from the CryptoControl API.
|
Copyright © 2018. All rights reserved.