tmp-proc-example-0.6.0.0: Test a simple service with backends running on docker using tmp-proc
Copyright(c) 2020-2021 Tim Emiola
LicenseBSD3
MaintainerTim Emiola <adetokunbo@users.noreply.github.com>
Safe HaskellSafe-Inferred
LanguageHaskell2010

TmpProc.Example2.Client

Description

Defines client combinators that access the demo service

Synopsis

Client combinators

fetch :: ContactID -> ClientM Contact Source #

Fetch a contact via the API.

create :: Contact -> ClientM ContactID Source #

Create a contact via the API.