Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ocramz/goggles
High-level, extensible Haskell interface to Web APIs.
https://github.com/ocramz/goggles
api-client api-wrapper cloud cloud-storage google-cloud-platform google-cloud-storage web web-application
Last synced: 22 days ago
JSON representation
High-level, extensible Haskell interface to Web APIs.
- Host: GitHub
- URL: https://github.com/ocramz/goggles
- Owner: ocramz
- License: bsd-3-clause
- Created: 2017-10-25T20:24:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T13:30:15.000Z (over 6 years ago)
- Last Synced: 2024-09-26T04:28:54.901Z (about 1 month ago)
- Topics: api-client, api-wrapper, cloud, cloud-storage, google-cloud-platform, google-cloud-storage, web, web-application
- Language: Haskell
- Homepage:
- Size: 846 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# goggles
[![Build Status](https://travis-ci.org/ocramz/goggles.png)](https://travis-ci.org/ocramz/goggles) [![Hackage version](https://img.shields.io/hackage/v/goggles.svg?label=Hackage)](https://hackage.haskell.org/package/goggles) [![Stackage version](https://www.stackage.org/package/goggles/badge/lts?label=Stackage)](https://www.stackage.org/package/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)