@hackage goggles0.3.2
Extensible interface to Web APIs
Categories
License
BSD-3-Clause
Maintainer
zocca.marco gmail
Links
Versions
Installation
Dependencies (25)
- base >=4.7 && <5
- binary
- bytestring
- containers
- filepath
- mtl Show all…
Dependents (2)
@hackage/goggles-gcs, @hackage/mapquest-api
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 :