goggles: Interface to Google Cloud APIs

[ bsd3, library, network ] [ Propose Tags ]
This version is deprecated.

High-level, extensible interface to Google Cloud APIs.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.2, 0.3, 0.3.1, 0.3.2 (info)
Change log CHANGELOG.md
Dependencies aeson, attoparsec, base (>=4.7 && <5), base64-bytestring, binary, bytestring, containers, cryptonite, exceptions, filepath, http-client, http-client-tls, http-types, memory, mtl, pem, req (>=0.5), scientific, stm, text, time, transformers, unix-time, x509, x509-store [details]
License BSD-3-Clause
Copyright 2017 Marco Zocca
Author Marco Zocca
Maintainer zocca.marco gmail
Category Network
Home page https://github.com/ocramz/goggles
Source repo head: git clone https://github.com/ocramz/goggles
Uploaded by ocramz at 2018-02-16T23:45:09Z
Distributions NixOS:0.3.2
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 3371 total (32 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-02-17 [all 1 reports]

Readme for goggles-0.2

[back to package description]

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 :