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

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

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