linode-haskell

Haskell wrapper for the Linode v4 API

BSD-3-CLAUSE License

Downloads
2.8K
Stars
3
Committers
2

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.

From cabal

$ cabal update
$ cabal install linode-v4

From git

$ cabal update
$ git clone [email protected]:eatonphil/linode-haskell
$ cabal install

Test

$ cabal install --enable-tests --only-dependencies
$ cabal test

Example

$ make example
$ LINODE_TOKEN=my-token ./example/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.

Package Rankings
Top 33.81% on Hackage.haskell.org
Badges
Extracted from project README
Build Status