Package | Description |
---|---|
cryptos |
Modifier and Type | Method | Description |
---|---|---|
static CryptoInfo |
CryptoInfo.getInstance(java.lang.String currencyTo,
java.lang.String currencyFrom) |
gets a new instance of CryptoInfo with the following parameters
|
Modifier and Type | Method | Description |
---|---|---|
static java.util.stream.Stream<CryptoInfo> |
CryptoInfo.streamCryptoInfo(java.lang.String currencyTo,
java.lang.String... currenciesFrom) |
streams CryptoInfo objects by connecting to the Coins
General Info end point.
The number of objects streamed is equal to the length of currenciesFrom. |