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