package darksky
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- final case class BlockType extends AnyVal with Product with Serializable
- sealed trait CreateDarkSky[F[_]] extends AnyRef
- class DarkSkyCacheClient[F[_]] extends DarkSkyClient[F]
- 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
- final case class Units extends AnyVal with Product with Serializable
Value Members
- object BlockType extends Serializable
- object CreateDarkSky
- object Units extends Serializable
- object requests
- object responses