Class CoinGeckoApi

java.lang.Object
com.litesoftwares.coingecko.CoinGeckoApi

public class CoinGeckoApi extends Object
  • Constructor Details

    • CoinGeckoApi

      public CoinGeckoApi()
  • Method Details

    • createService

      public <S> S createService(Class<S> serviceClass, Long connectionTimeoutSeconds, Long readTimeoutSeconds, Long writeTimeoutSeconds)
    • executeSync

      public <T> T executeSync(retrofit2.Call<T> call)
    • shutdown

      public void shutdown()