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

Safe HaskellSafe-Infered

Data.Factual.Write.Submit

Contents

Description

This module exports the types used to create contributions.

Synopsis

Submit type

data Submit Source

The Submit type represents a Write to the API which performs an upsert (a row can be updated or a new row can be written). The table and user must be specified, while the factual ID is optional (omitted for new rows). Finally the values are specified in a String to String Map.

Constructors

Submit 

Required modules