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
Depends on 25 packages
(full list with versions):
aeson, 
attoparsec, 
base, 
base64-bytestring, 
binary, 
bytestring, 
containers, 
cryptonite, 
exceptions, 
filepath, 
http-client, 
http-client-tls, 
http-types, 
memory, 
mtl, 
pem, 
req, 
scientific, 
stm, 
text, 
time, 
transformers, 
unix-time, 
x509, 
x509-store goggles
 
 
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 :
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)