https://github.com/noteed/hlinode
Haskell bindings to Linode API
https://github.com/noteed/hlinode
Last synced: 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 (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-03-08T22:10:32.000Z (over 13 years ago)
- Last Synced: 2025-12-12T20:17:25.655Z (6 months ago)
- Language: Haskell
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 2
- 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.delete
A command-line tool (also called `hlinode`) exposes the methods.