com.gu.openplatform

contentapi

package contentapi

Visibility
  1. Public
  2. All

Type Members

  1. trait Api[F[_]] extends Http[F] with JsonParser

  2. case class ApiError(httpStatus: Int, httpMessage: String) extends Exception with Product with Serializable

  3. trait FutureAsyncApi extends Api[Future]

    Base trait for Future-based async clients

  4. trait Parameter extends AnyRef

  5. trait Parameters[Owner <: Parameters[Owner]] extends AnyRef

  6. trait SyncApi extends Api[Id]

    Base trait for blocking clients

Value Members

  1. object Api extends SyncApi with JavaNetSyncHttp

  2. object DispatchAsyncApi extends FutureAsyncApi with DispatchAsyncHttp

    Async client instance based on Dispatch

  3. package connection

  4. package model

  5. package parser

  6. package util

Ungrouped