Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noteed/hlinode

Haskell bindings to Linode API
https://github.com/noteed/hlinode

Last synced: about 2 months ago
JSON representation

Haskell bindings to Linode API

Awesome Lists containing this project

README

        

# hlinode - Haskell bindings to the Linode API

The library is in early stage. Currently only the following DNS methods are
available:

- domain.list (the optional DomainID can not be given)
- domain.resource.list (the optional ResourceID can not be given)
- domain.resource.create (only name and target can be given, type is
either hardcoded to "A" or "CNAME")
- domain.resource.delete

A command-line tool (also called `hlinode`) exposes the methods.