@hackage / haste-gapi

Google API bindings for the Haste compiler

Latest0.1.0.1

About

Metadata

  • Last updated , by nyson
  • License MIT
  • Categories Web Development
  • Maintained by: jonathan.skarstedt@gmail.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    haste-inst (off by default)

    either if it is being compiled with haste-inst or with cabal

Readme

This is a library to make use of the Google API Client Library for JavasScript in a Haskell environment! The library works by wrapping login and giving you a fancy type to perform your requests in. This will ease chained requests that would give large amounts of clutter in JavaScript, while giving you a better ability to handle errors. Your HTML doesn't even need to load the GAPI library itself, Haste-GAPI handles that for you!