Package

moe.pizza

eveapi

Permalink

package eveapi

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. eveapi
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. case class ApiKey(keyId: Int, vCode: String) extends Product with Serializable

    Permalink
  2. class ApiRequest[T] extends AnyRef

    Permalink
  3. class EVEAPI extends AnyRef

    Permalink
  4. implicit class SyncableFuture[T] extends AnyRef

    Permalink

    Provide a simple .sync() function on all the futures we return

  5. case class XMLApiResponse[T](currentTime: DateTime, cachedUntil: DateTime, result: T) extends Product with Serializable

    Permalink
  6. implicit class XmlDate extends AnyRef

    Permalink

    Add a .toDateTime to strings so we can parse XML API style timestamps

Value Members

  1. object Main extends App

    Permalink
  2. package cache

    Permalink
  3. package endpoints

    Permalink
  4. package examples

    Permalink
  5. package generated

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped