Popularity
9.7
Declining
Activity
2.8
-
278
16
101

Monthly Downloads: 23
Programming language: Haskell
License: LicenseRef-OtherLicense
Tags: Network     Cloud     Gogol     Google    
Latest version: v0.5.0

gogol alternatives and similar packages

Based on the "Network" category.
Alternatively, view gogol alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of gogol or a related project?

Add another 'Network' Package

README

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](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](core): The gogol-core library upon which each of the services depends.
  • [examples](examples): A currently sparse collection of examples for the various services.
  • [gen](gen): The code generation binary, along with configuration, templates, and assets.
  • [script](script): CI scripts to manage the release lifecycle of the service libraries.
  • [share](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](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.


*Note that all licence references and agreements mentioned in the gogol README section above are relevant to that project's source code only.