Warning: This is an experimental prototype/preview release which is still under heavy development and not intended for public consumption, caveat emptor!
A comprehensive Google Services SDK for Haskell supporting all of the publicly available services.
An introductory blog post detailing the motivation can be found here.
You can find the latest stable release documentation for each respective library on Hackage under the Google section.
Haddock documentation which is built by CI from the develop
branch
can be found here.
This repository is organised into the following directory structure:
gogol
: Actual operational logic, you'll need to import this to send requests etc.gogol-*
: Data types for each of the individual Google Compute Engine Service libraries.core
: Thegogol-core
library upon which each of the services depends.examples
: A currently sparse collection of examples for the various services.gen
: The code generation binary, along with configuration, templates, and assets.script
: CI scripts to manage the release lifecycle of the service libraries.share
: Makefile plumbing common to all service libraries
See the
./gen
subdirectory for further details about generating an API client/SDK.
A change log for the entire project can be found under gogol/CHANGELOG.md
.
For any problems, comments, or feedback please create an issue here on GitHub.
Gogol is released under the Mozilla Public License Version 2.0.
Parts of the code are derived from Google Compute Engine service descriptions, licensed under Apache 2.0. Source files subject to this contain an additional licensing clause in their header.