https://github.com/kyleburton/diocean-go
Digital Ocean HTTP API Wrapper
https://github.com/kyleburton/diocean-go
Last synced: 10 months ago
JSON representation
Digital Ocean HTTP API Wrapper
- Host: GitHub
- URL: https://github.com/kyleburton/diocean-go
- Owner: kyleburton
- License: mit
- Created: 2014-04-06T15:25:10.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-09T02:19:16.000Z (almost 12 years ago)
- Last Synced: 2025-01-29T06:48:56.235Z (12 months ago)
- Language: Go
- Size: 168 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
diocean-go
==========
Digital Ocean HTTP API Library, see: https://developers.digitalocean.com/
See also the command line app: https://github.com/kyleburton/diocean
### Roadmap
- documentation
- define request type structs
- Convert to a pure api library:
- move CmdLineOptions into command line client
- Separate the command line routing table into its own library
- move formatting into the command line client
- move os.Exit calls into the command line client