BSD-3-Clause licensed by Marco Zocca
Maintained by zocca.marco gmail
This version can be pinned in stack with:goggles-0.2@sha256:acf13f16b309b93ce2f2413513ccdcaaf5d631b200d35b7830b67c936d90f280,2786

Module documentation for 0.2

goggles

Build Status Hackage version Stackage version

Extensible Haskell interface to web APIs.

The library provides a type, WebApiM, and a set of helper functions useful for interfacing with remote services.

Features:

  • Easily extensible
  • Automatic handling of session tokens with finite expiry time

Instructions and examples

All instructions and API documentation are available as Haddocks in the main module, Network.Goggles

Inspiration

Networking and authentication :

Changes

0.2
* Rename Cloud to WebApiM
* Stackage LTS 10.5 (ghc 8.2.2)