Class

com.gu.fastly.api

FastlyApiClient

Related Doc: package api

Permalink

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
Visibility
  1. Public
  2. All

Instance Constructors

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

    Permalink

Type Members

  1. sealed trait HttpMethod extends AnyRef

    Permalink

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. object DELETE extends HttpMethod

    Permalink
  5. object GET extends HttpMethod

    Permalink
  6. object POST extends HttpMethod

    Permalink
  7. object PUT extends HttpMethod

    Permalink
  8. val apiKey: String

    Permalink
  9. final def asInstanceOf[T0]: T0

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

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

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

    Permalink
  13. def clone(): AnyRef

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

    Permalink
  15. val config: Option[AsyncHttpClientConfig]

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

    Permalink
    Definition Classes
    AnyRef
  17. def finalize(): Unit

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

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

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

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

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

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

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

    Permalink
  25. def purgeAll(): Future[Response]

    Permalink
  26. def purgeKey(key: String, extraHeaders: Map[String, String] = Map.empty): Future[Response]

    Permalink
  27. val serviceId: String

    Permalink
  28. def serviceList(): Future[Response]

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

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

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

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

    Permalink
  33. def statsRegions(): Future[Response]

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  45. def versionCreate(): Future[Response]

    Permalink
  46. def versionList(): Future[Response]

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

    Permalink
  48. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped