| Safe Haskell | Safe-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.
- data Credentials = Credentials Key Secret
- type Key = String
- type Secret = String