@hackage linode-v40.1.0.3
Haskell wrapper for the Linode v4 API
Categories
License
BSD-3-Clause
Maintainer
philneaton95@gmail.com
Links
- Homepage
- Documentation
- No source repository
- Changelog
- Security
Versions
Installation
Dependencies (5)
- base >=4.9 && <4.10
- bytestring >=0.10 && <0.11
- aeson >=0.11 && <0.12
- http-conduit >=2.2 && <2.3
- unordered-containers >=0.2 && <0.3 Show all…
Dependents (1)
@hackage/acme-everything
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.