hdo: A Digital Ocean client in Haskell

[ cloud, library, mit, program ] [ Propose Tags ]

HDO is a client to Digital Ocean API. It can either be used as a library embedded in other tools or as a command-line client (docean).


[Skip to Readme]

Modules

[Last Documentation]

  • Network
    • DO
      • Network.DO.Commands
      • Droplets
        • Network.DO.Droplets.Commands
        • Network.DO.Droplets.Net
        • Network.DO.Droplets.Utils
      • Network.DO.Names
      • Network.DO.Net
        • Network.DO.Net.Common
      • Network.DO.Pairing
      • Network.DO.Pretty
      • Network.DO.Types
    • Network.REST

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1, 0.2, 0.3, 0.4, 0.5
Dependencies aeson, base (<5), bytestring, comonad, data-default, free, hdo, iproute, lens, mtl, network-uri, optparse-applicative, pretty, process, random, tagged, text, time, transformers, unix, unordered-containers, vector, wreq [details]
License MIT
Author Arnaud Bailly
Maintainer Arnaud Bailly <arnaud.oqube@gmail.com>
Category Cloud
Uploaded by abailly at 2016-05-27T10:11:49Z
Distributions
Executables docean
Downloads 3729 total (15 in the last 30 days)
Rating 1.75 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-25 [all 3 reports]

Readme for hdo-0.1

[back to package description]

HDO: A HAskell Digital Ocean Client

Build Status

WARNING This implementation still covers only a small subset of DO API

This is a Digital Ocean client written in Haskell. It can be used either as a library or as command-line utility.