Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nfriedly/dreamhost
DreamHost API client for Node.js and Browsers
https://github.com/nfriedly/dreamhost
Last synced: 17 days ago
JSON representation
DreamHost API client for Node.js and Browsers
- Host: GitHub
- URL: https://github.com/nfriedly/dreamhost
- Owner: nfriedly
- Created: 2017-02-26T22:04:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T20:00:55.000Z (5 months ago)
- Last Synced: 2024-10-16T11:31:46.827Z (28 days ago)
- Language: JavaScript
- Size: 422 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DreamHost JavaScript API Client
Modules amd method names are essentially camelCased versions of [DreamHost's](https://www.dreamhost.com/r.cgi?225072) commands, see
https://help.dreamhost.com/hc/en-us/sections/203903178-API-Application-Programming-Interface-Library should work unmodified in browsers if DreamHost ever decides to support CORS.
Library and readme are automatically generated based on the output of the `api-list_accessible_cmds` meta-command.
The src/ directory is the generator, the actual code and a more useful readme are in dist/.## Important Note:
After this library was created, Dreamhost removed the majority of their API, including commands to manage your account, domain, mail, databases, rewards, and users.
Currently, only DNS and Anouncement Lists management are functional.
## Usage
See [dist/README.md](dist/README.md).
---
Todo:
* complete api docs in readme
* flesh out type handling - e.g. parse numbers, automatically create Date objects, etc.
* scrape api docs to obtain missing info (?)