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: 6 months 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T13:30:15.000Z (over 7 years ago)
- Last Synced: 2025-02-19T09:47:32.574Z (8 months 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
[](https://travis-ci.org/ocramz/goggles) [](https://hackage.haskell.org/package/goggles) [](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)