Popularity
3.6
Declining
Activity
0.0
Stable
3
3
2

Monthly Downloads: 15
Programming language: Haskell
License: BSD 3-clause "New" or "Revised" License
Tags: Network     Linode    
Latest version: v0.1.0.0

linode-v4 alternatives and similar packages

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

Do you think we are missing an alternative of linode-v4 or a related project?

Add another 'Network' Package

README

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.

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.