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

Safe HaskellSafe-Infered

Data.Factual.Credentials

Contents

Description

This module contains a simple definition of the credentials type which is used to perform submit queries to the Factual API.

Synopsis

Credentials type

data Credentials Source

A Credentials value is used to generate a Token.

Constructors

Credentials Key Secret 

type Key = StringSource

The Key is the oauth key as a String.

type Secret = StringSource

The Secret is the oauth secret as a String.