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

Safe HaskellSafe-Inferred

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.