Trait

com.gu.contentapi.client

ContentApiClientLogic

Related Doc: package client

Permalink

trait ContentApiClientLogic extends AnyRef

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

Type Members

  1. case class HttpResponse(body: String, statusCode: Int, statusMessage: String) extends Product with Serializable

    Permalink

Abstract Value Members

  1. abstract val apiKey: String

    Permalink

Concrete 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 clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. val editions: EditionsQuery

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def fetch(url: String)(implicit context: ExecutionContext): Future[String]

    Permalink
    Attributes
    protected
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def get(url: String, headers: Map[String, String])(implicit context: ExecutionContext): Future[HttpResponse]

    Permalink
    Attributes
    protected
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getResponse(removedContentQuery: RemovedContentQuery)(implicit context: ExecutionContext): Future[RemovedContentResponse]

    Permalink
  14. def getResponse(editionsQuery: EditionsQuery)(implicit context: ExecutionContext): Future[EditionsResponse]

    Permalink
  15. def getResponse(sectionsQuery: SectionsQuery)(implicit context: ExecutionContext): Future[SectionsResponse]

    Permalink
  16. def getResponse(tagsQuery: TagsQuery)(implicit context: ExecutionContext): Future[TagsResponse]

    Permalink
  17. def getResponse(searchQuery: SearchQuery)(implicit context: ExecutionContext): Future[SearchResponse]

    Permalink
  18. def getResponse(itemQuery: ItemQuery)(implicit context: ExecutionContext): Future[ItemResponse]

    Permalink
  19. def getUrl(contentApiQuery: ContentApiQuery): String

    Permalink
  20. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  21. lazy val http: Http

    Permalink
    Attributes
    protected
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def item(id: String): ItemQuery

    Permalink
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. val removedContent: RemovedContentQuery

    Permalink
  28. val search: SearchQuery

    Permalink
  29. val sections: SectionsQuery

    Permalink
  30. def shutdown(): Unit

    Permalink

    Shutdown the client and clean up all associated resources.

    Shutdown the client and clean up all associated resources.

    Note: behaviour is undefined if you try to use the client after calling this method.

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

    Permalink
    Definition Classes
    AnyRef
  32. val tags: TagsQuery

    Permalink
  33. val targetUrl: String

    Permalink
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. def url(location: String, parameters: Map[String, String]): String

    Permalink
    Attributes
    protected[com.gu.contentapi.client]
  36. val userAgent: String

    Permalink
    Attributes
    protected
  37. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped