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

Safe HaskellNone

Data.Factual.Write.Submit

Contents

Description

This module exports the types used to create submits.

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, reference, and comment are optional (omitted for new rows). Finally the values are specified in a String to String Map.

Required modules