| Package | Description |
|---|---|
| io.cryptocontrol.cryptonewsapi | |
| io.cryptocontrol.cryptonewsapi.models |
| Modifier and Type | Method | Description |
|---|---|---|
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.getLatestItemsByCoin(Language lang,
String coinName,
CryptoControlApi.OnResponseHandler<CombinedFeedResponse> callback) |
Get articles/tweets/reddit for a specific coin from the CryptoControl API.
|
void |
CryptoControlApi.getLatestNews(Language lang,
CryptoControlApi.OnResponseHandler<List<Article>> callback) |
Get the latest news articles 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.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.getLatestTweetsByCoin(Language lang,
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.getTopItemsByCoin(Language lang,
String coinName,
CryptoControlApi.OnResponseHandler<CombinedFeedResponse> callback) |
Get articles/tweets/reddit for a specific coin from the CryptoControl API.
|
void |
CryptoControlApi.getTopNews(Language lang,
CryptoControlApi.OnResponseHandler<List<Article>> callback) |
Get the top news articles 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.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.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.getTopTweetsByCoin(Language lang,
String coinName,
CryptoControlApi.OnResponseHandler<List<Tweet>> callback) |
Get the latest tweets for a specific coin from the CryptoControl API.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Language |
Language.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Language[] |
Language.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019. All rights reserved.