Go OpenStack Exchange (goose) - Go bindings for talking to OpenStack.
NOTE: This is an experimental branch, which is under development with no guarentee of backwards compatibilty at this time (April 2017). Please use goose.v1 if you require a stable branch.
Install the package with:
go get github.com/go-goose/goose/v3/...
Import it with:
import "github.com/go-goose/goose/v5/<package>"
Example:
import "github.com/go-goose/goose/v5/client"
and use client as the package name inside the code. The same applies to the other sub-packages: nova, switft, etc.
For more details, check the API documentation:
You can contact directly one of the maintainers.
Please report bugs by opening an issue.
Contributors are most welcome! Please have a look at CONTRIBUTING.md for details.
List of people who made relevant contributions to goose can be found in AUTHORS.md.
goose is licensed under LGPLv3. See the LICENSE for details.