api-builder-0.12.0.0: Library for easily building REST API wrappers in Haskell
Network.API.Builder.Builder
Synopsis
data Builder Source #
Builder type for the API. Keeps track of the API's name and base URL, and how to modify Routes and Requests before they're run.
Constructors
Fields
Instances
Methods
showsPrec :: Int -> Builder -> ShowS #
show :: Builder -> String #
showList :: [Builder] -> ShowS #
basicBuilder Source #
Arguments
name
base url
a simple Builder
Builder
Makes a basic builder, i.e. one that simply has a name and base URL and doesn't fiddle with Routes / Requests.