com.gu.fastly.api

FastlyApiClient

case class FastlyApiClient(apiKey: String, serviceId: String, config: Option[AsyncHttpClientConfig] = None, proxyServer: Option[ProxyServer] = None) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FastlyApiClient
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FastlyApiClient(apiKey: String, serviceId: String, config: Option[AsyncHttpClientConfig] = None, proxyServer: Option[ProxyServer] = None)

Type Members

  1. sealed trait HttpMethod extends AnyRef

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. object DELETE extends HttpMethod

  5. object GET extends HttpMethod

  6. object POST extends HttpMethod

  7. object PUT extends HttpMethod

  8. val apiKey: String

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def backendCheckAll(version: Int): Future[Response]

  11. def backendCreate(version: Int, id: String, address: String, port: Int): Future[Response]

  12. def backendList(version: Int): Future[Response]

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def closeConnectionPool(): Unit

  15. val config: Option[AsyncHttpClientConfig]

  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def finalize(): Unit

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

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

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

    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. val proxyServer: Option[ProxyServer]

  24. def purge(url: String, extraHeaders: Map[String, String] = Map.empty): Future[Response]

  25. def purgeAll(): Future[Response]

  26. val serviceId: String

  27. def serviceList(): Future[Response]

  28. def stats(from: DateTime, to: DateTime, by: By.Value, region: Region.Value = Region.all): Future[Response]

  29. def statsAggregate(from: DateTime, to: DateTime, by: By.Value, region: Region.Value = Region.all): Future[Response]

  30. def statsForService(from: DateTime, to: DateTime, by: By.Value, region: Region.Value = Region.all, serviceId: String): Future[Response]

  31. def statsForServiceWithFieldFilter(from: DateTime, to: DateTime, by: By.Value, region: Region.Value = Region.all, serviceId: String, field: String): Future[Response]

  32. def statsRegions(): Future[Response]

  33. def statsUsage(from: DateTime, to: DateTime, by: By.Value, region: Region.Value = Region.all): Future[Response]

  34. def statsUsageGroupedByService(from: DateTime, to: DateTime, by: By.Value, region: Region.Value = Region.all): Future[Response]

  35. def statsWithFieldFilter(from: DateTime, to: DateTime, by: By.Value, region: Region.Value = Region.all, field: String): Future[Response]

  36. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  37. def vclDelete(version: Int, name: String): Future[Response]

  38. def vclList(version: Int): Future[Response]

  39. def vclSetAsMain(version: Int, name: String): Future[Response]

  40. def vclUpdate(version: Int, vcl: Map[String, String]): List[Future[Response]]

  41. def vclUpload(version: Int, vcl: String, id: String, name: String): Future[Response]

  42. def versionActivate(version: Int): Future[Response]

  43. def versionClone(version: Int): Future[Response]

  44. def versionCreate(): Future[Response]

  45. def versionList(): Future[Response]

  46. def versionValidate(version: Int): Future[Response]

  47. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped