| Package | Description |
|---|---|
| io.cryptocontrol.cryptonewsapi |
| Modifier and Type | Method | Description |
|---|---|---|
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.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.
|
Copyright © 2019. All rights reserved.