luigy / gogol

A comprehensive Google Services SDK for Haskell.

Home Page:http://brendanhay.nz/gogol-doc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gogol

Warning: This is an experimental prototype/preview release which is still under heavy development and not intended for public consumption, caveat emptor!

Build Status Hackage Version Gitter Chat

Description

Гоголь-моголь

Мико́ла Васи́льович Го́голь

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.

Documentation

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.

Organisation

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: The gogol-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.

Change Log

A change log for the entire project can be found under gogol/CHANGELOG.md.

Contribute

For any problems, comments, or feedback please create an issue here on GitHub.

Licence

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.

About

A comprehensive Google Services SDK for Haskell.

http://brendanhay.nz/gogol-doc

License:Other


Languages

Language:Haskell 100.0%Language:Makefile 0.0%Language:Shell 0.0%