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

Safe HaskellSafe-Infered

Data.Factual.Query

Contents

Description

This module exports the definition of the Query typeclass.

Synopsis

Query typeclass

class Query q whereSource

A member of the Query typeclass must define a path function which outputs the Query endpoint path, and a params function that outputs a Map of query params keys and values.