goggles-0.2: README.md
# goggles
[](https://travis-ci.org/ocramz/goggles) [](https://hackage.haskell.org/package/goggles) [](https://www.stackage.org/package/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 :
* [`google-cloud`](hackage.haskell.org/package/google-cloud)
* [`gogol`](hackage.haskell.org/package/gogol)