linode-v4: Haskell wrapper for the Linode v4 API

[ bsd3, library, network ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4
Change log ChangeLog.md
Dependencies aeson (>=0.11 && <0.12), base (>=4.9 && <4.10), bytestring (>=0.10 && <0.11), http-conduit (>=2.2 && <2.3), unordered-containers (>=0.2 && <0.3) [details]
License BSD-3-Clause
Author Phil Eaton
Maintainer philneaton95@gmail.com
Category Network
Home page https://github.com/eatonphil/linode-haskell
Uploaded by eatonphil at 2016-08-30T00:21:45Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 2722 total (14 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-08-30 [all 1 reports]

Readme for linode-v4-0.1.0.2

[back to package description]

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 git@github.com:eatonphil/linode-haskell
$ cabal install

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.