@hackage linode-v40.1.0.0

Haskell wrapper for the Linode v4 API

Build Status

linode-haskell

This is a Haskell wrapper around the Linode v4 API. You will need an alpha account and a personal access token. You can get those at login.alpha.linode.com.

Setup

Install the Haskell platform. You will also need http-conduit:

$ cabal update
$ cabal install http-conduit

Compile and run

$ make
$ LINODE_TOKEN=my-token ./linode

API Documentation

Although documentation for the Haskell wrapper does not yet exist, feel free to look through the alpha API documentation in the meantime.