Package

typedapi.client

test

Permalink

package test

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. test
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class ReqInput(method: String, uri: List[String], queries: Map[String, List[String]], headers: Map[String, String]) extends Product with Serializable

    Permalink
  2. final case class ReqInputWithBody[Bd](method: String, uri: List[String], queries: Map[String, List[String]], headers: Map[String, String], body: Bd) extends Product with Serializable

    Permalink
  3. type TestClientM = ClientManager[Unit]

    Permalink

Value Members

  1. val clientManager: TestClientM

    Permalink
  2. def testDelete[F[_], A](f: (ReqInput) ⇒ F[A]): DeleteRequest[Unit, F, A]

    Permalink
  3. def testGet[F[_], A](f: (ReqInput) ⇒ F[A]): GetRequest[Unit, F, A]

    Permalink
  4. def testPost[F[_], A](f: (ReqInput) ⇒ F[A]): PostRequest[Unit, F, A]

    Permalink
  5. def testPostWithBody[F[_], Bd, A](f: (ReqInputWithBody[Bd]) ⇒ F[A]): PostWithBodyRequest[Unit, F, Bd, A]

    Permalink
  6. def testPut[F[_], A](f: (ReqInput) ⇒ F[A]): PutRequest[Unit, F, A]

    Permalink
  7. def testPutWithBody[F[_], Bd, A](f: (ReqInputWithBody[Bd]) ⇒ F[A]): PutWithBodyRequest[Unit, F, Bd, A]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped