skyscrapr / cloudability-sdk-go

Cloudability SDK for golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cloudability SDK for Go

build Go Reference Go Report Card

cloudability-sdk-go is an unofficial Cloudability SDK for the Go programming language.

Installing

Use go get to retrieve the SDK to add it to your GOPATH workspace, or project's Go module dependencies.

go get github.com/skyscrapr/cloudability-sdk-go

To update the SDK use go get -u to retrieve the latest version of the SDK.

go get -u github.com/skyscrapr/cloudability-sdk-go

Reference Documentation

This SDK wraps the Cloudability API. Please check the official vendor documentation for more detail.

Known Issues & Limitations

This is a new project and therefore not all resources are currently implemented. Please raise an issue for any fixes or new features.

About

Cloudability SDK for golang

License:MIT License


Languages

Language:Go 100.0%