Description
Extensible interface to Web APIs.
Description
goggles
helps with exchanging data with APIs that require authentication. In particular, it handles the details of expiring session tokens, so the user does not have to implement this logic in her program.
README.md
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 :