| Package | Description |
|---|---|
| io.cryptocontrol.cryptonewsapi |
| Modifier and Type | Method | Description |
|---|---|---|
void |
CryptoControlApi.getCoinDetails(String coinName,
CryptoControlApi.OnResponseHandler<CoinDetail> callback) |
Get coin summary from the cryptocontrol API
|
void |
CryptoControlApi.getLatestFeedByCoin(Language lang,
String coinName,
CryptoControlApi.OnResponseHandler<List<Feed>> callback) |
Get a single feed (articles/tweets/reddit) for a specific coin from the CryptoControl API.
|
void |
CryptoControlApi.getLatestFeedByCoin(String coinName,
CryptoControlApi.OnResponseHandler<List<Feed>> callback) |
Get a single feed (articles/tweets/reddit) for a specific coin from the CryptoControl API.
|
void |
CryptoControlApi.getLatestItemsByCoin(Language lang,
String coinName,
CryptoControlApi.OnResponseHandler<CombinedFeedResponse> callback) |
Get articles/tweets/reddit for a specific coin from the CryptoControl API.
|
void |
CryptoControlApi.getLatestItemsByCoin(String coinName,
CryptoControlApi.OnResponseHandler<CombinedFeedResponse> callback) |
Get 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.getLatestNews(Language lang,
CryptoControlApi.OnResponseHandler<List<Article>> callback) |
Get the latest news articles from the CryptoControl News API.
|
void |
CryptoControlApi.getLatestNewsByCategory(CryptoControlApi.OnResponseHandler<CategoryResponse> callback) |
Get latest news articles grouped by category from the CryptoControl News API.
|
void |
CryptoControlApi.getLatestNewsByCategory(Language lang,
CryptoControlApi.OnResponseHandler<CategoryResponse> callback) |
Get latest news articles grouped by category from the CryptoControl News API.
|
void |
CryptoControlApi.getLatestNewsByCoin(Language lang,
String coinName,
CryptoControlApi.OnResponseHandler<List<Article>> callback) |
Get the latest news articles for a specific coin 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(Language lang,
String coinName,
CryptoControlApi.OnResponseHandler<List<RedditPost>> callback) |
Get the latest reddit posts for a specific coin from the CryptoControl 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(Language lang,
String coinName,
CryptoControlApi.OnResponseHandler<List<Tweet>> callback) |
Get the top tweets 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(Language lang,
String coinName,
CryptoControlApi.OnResponseHandler<List<Feed>> callback) |
Get a single feed (articles/tweets/reddit) in english for a specific coin from the CryptoControl API.
|
void |
CryptoControlApi.getTopFeedByCoin(String coinName,
CryptoControlApi.OnResponseHandler<List<Feed>> callback) |
Get a single feed (articles/tweets/reddit) in english for a specific coin from the CryptoControl API.
|
void |
CryptoControlApi.getTopItemsByCoin(Language lang,
String coinName,
CryptoControlApi.OnResponseHandler<CombinedFeedResponse> callback) |
Get articles/tweets/reddit for a specific coin from the CryptoControl API.
|
void |
CryptoControlApi.getTopItemsByCoin(String coinName,
CryptoControlApi.OnResponseHandler<CombinedFeedResponse> callback) |
Get 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.getTopNews(Language lang,
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.getTopNewsByCategory(Language lang,
CryptoControlApi.OnResponseHandler<CategoryResponse> callback) |
Get news articles grouped by category from the CryptoControl News API.
|
void |
CryptoControlApi.getTopNewsByCoin(Language lang,
String coinName,
CryptoControlApi.OnResponseHandler<List<Article>> callback) |
Get the top news articles for a specific coin from the CryptoControl 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(Language lang,
String coinName,
CryptoControlApi.OnResponseHandler<CategoryResponse> callback) |
Get news articles grouped by category for a specific coin from the CryptoControl News 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(Language lang,
String coinName,
CryptoControlApi.OnResponseHandler<List<RedditPost>> callback) |
Get the top reddit posts for a specific coin from the CryptoControl 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(Language lang,
String coinName,
CryptoControlApi.OnResponseHandler<List<Tweet>> callback) |
Get the latest tweets 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 © 2019. All rights reserved.