factual-api-0.5.0: A driver for the Factual API

Safe HaskellSafe-Infered

Data.Factual.Write

Contents

Description

This module exports the definition of the Write typeclass.

Synopsis

Write typeclass

class Write w whereSource

A member of the Write typeclass must define a path function which returns the write path as a String, a params function that outputs any addition path params as a Map, and a body function which returns Map of the data passed in the body of the post request.

Instances