Popularity
2.3
Growing
Activity
0.0
Stable
2
1
1
Monthly Downloads: 26
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
goggles alternatives and similar packages
Based on the "network" category.
Alternatively, view goggles alternatives based on common mentions on social networks and blogs.
-
compendium-client
DISCONTINUED. Mu (μ) is a purely functional framework for building micro services. -
altsvc
DISCONTINUED. HTTP Alternative Services in Haskell [GET https://api.github.com/repos/ocheron/hs-altsvc: 404 - Not Found // See: https://docs.github.com/rest/repos/repos#get-a-repository]
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
Promo
www.saashub.com
Do you think we are missing an alternative of goggles or a related project?
README
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)
