client-golang

This is a Golang API client for Civo. Civo is a UK developer cloud.

Status

Work-in-progess.

Roadmap

See open issues

  • Port api package from cli-legacy
  • Vendor with dep
  • Add examples for common tasks like creating a VM
  • Check for idomatic Go practices - perhaps check against similar Golang APIs from other developer-clouds
  • Add support for Kubernetes service

Contributions

Please first raise an issue with your suggestion, for discussion with the maintainers before sending a PR.

Please sign-off your commits with the following:

git config user.name "Your Name"
git config user.email "Your@email"
git commit --signoff

Maintainers

Alex Ellis, OpenFaaS Ltd