Safe Haskell | Safe-Inferred |
---|
Data.Factual.Query
Contents
Description
This module exports the definition of the Query typeclass.
Query typeclass
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.