Packages

package darksky

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class BlockType extends AnyVal with Product with Serializable
  2. sealed trait CreateDarkSky[F[_]] extends AnyRef
  3. class DarkSkyCacheClient[F[_]] extends DarkSkyClient[F]
  4. class DarkSkyClient[F[_]] extends AnyRef

    Non-caching Dark Sky client Allows forecast, current, and historical data requests This API does not support Geocoding - coordinates only For more detailed description go to: https://darksky.net/dev/docs

    Non-caching Dark Sky client Allows forecast, current, and historical data requests This API does not support Geocoding - coordinates only For more detailed description go to: https://darksky.net/dev/docs

    F

    effect type

  5. final case class Units extends AnyVal with Product with Serializable

Value Members

  1. object BlockType extends Serializable
  2. object CreateDarkSky
  3. object Units extends Serializable
  4. object requests
  5. object responses

Ungrouped