Popularity
3.4
Declining
Activity
0.0
Stable
2
3
1
Monthly Downloads: 8
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.
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.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)