Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/noteed/hlinode
- Owner: noteed
- License: other
- Created: 2012-03-23T20:18:34.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-08T22:10:32.000Z (almost 12 years ago)
- Last Synced: 2023-04-13T10:31:55.563Z (over 1 year ago)
- Language: Haskell
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.deleteA command-line tool (also called `hlinode`) exposes the methods.