Object

com.snowplowanalytics.weather.providers.darksky

DarkSky

Related Doc: package darksky

Permalink

object DarkSky

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DarkSky
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def basicClient[F[_]](apiKey: String, apiHost: String = "api.darksky.net/forecast")(implicit arg0: Sync[F]): DarkSkyClient[F]

    Permalink

    Create DarkSkyClient with underlying HttpTransport instance

    Create DarkSkyClient with underlying HttpTransport instance

    apiKey

    API key from Dark Sky

    apiHost

    URL to the Dark Sky API endpoints

  6. def cacheClient[F[_]](appId: String, cacheSize: Int = 5100, geoPrecision: Int = 1, host: String = "api.darksky.net/forecast", timeout: FiniteDuration = 5.seconds)(implicit arg0: Concurrent[F], executionContext: ExecutionContext): F[DarkSkyCacheClient[F]]

    Permalink

    Create DarkSkyCacheClient with TimeoutHttpTransport instance

    Create DarkSkyCacheClient with TimeoutHttpTransport instance

    appId

    API key from Dark Sky

    cacheSize

    amount of responses stored in the cache

    geoPrecision

    nth part of 1 to which latitude and longitude will be rounded stored in cache. For eg. coordinate 45.678 will be rounded to values 46.0, 45.5, 45.7, 45.78 by geoPrecision 1,2,10,100 respectively geoPrecision 1 will give ~60km infelicity if worst case; 2 ~30km etc

    host

    URL to the Dark Sky API endpoints

    timeout

    time after which active request will be considered failed

  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  18. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped