Popularity
3.7
Growing
Activity
0.0
Stable
2
4
1

Monthly Downloads: 26
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Data     Network    

goggles alternatives and similar packages

Based on the "network" category.
Alternatively, view goggles alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of goggles or a related project?

Add another 'network' Package

README

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 :

  • [google-cloud](hackage.haskell.org/package/google-cloud)
  • [gogol](hackage.haskell.org/package/gogol)