BSD-3-Clause licensed by Marco Zocca
Maintained by zocca.marco gmail
This version can be pinned in stack with:goggles-0.3.2@sha256:2d1f713bd08d1e8507a8346776965c81020114452fda4f63a60d64c8748e6181,2968

Module documentation for 0.3.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.3.1
* Add Haddock module header documentation

0.3
* Split HasCredentials into HasCredentials, HasToken

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