com.gu.fastly.api

FastlyApiClient

case class FastlyApiClient(apiKey: String, serviceId: String, config: Option[AsyncHttpClientConfig] = scala.None, proxyServer: Option[ProxyServer] = scala.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] = scala.None, proxyServer: Option[ProxyServer] = scala.None)

Type Members

  1. sealed trait HttpMethod extends AnyRef

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. object DELETE extends HttpMethod

  7. object GET extends HttpMethod

  8. object POST extends HttpMethod

  9. object PUT extends HttpMethod

  10. val apiKey: String

  11. final def asInstanceOf[T0]: T0

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

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

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

  15. def clone(): AnyRef

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

  17. val config: Option[AsyncHttpClientConfig]

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

    Definition Classes
    AnyRef
  19. def finalize(): Unit

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

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

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

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

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

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

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

  27. def purgeAll(): Future[Response]

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

  29. val serviceId: String

  30. def serviceList(): Future[Response]

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

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

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

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

  35. def statsRegions(): Future[Response]

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

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

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

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

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

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

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

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

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

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

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

  47. def versionCreate(): Future[Response]

  48. def versionList(): Future[Response]

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

  50. final def wait(): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. 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