equinix / equinix-sdk-go

Golang client for Equinix APIs
https://deploy.equinix.com/labs/equinix-sdk-go
MIT License
2 stars 4 forks source link
baremetal equinix equinix-metal equinix-metal-api go golang

Equinix Go SDK

Release GoDoc

This is the official Go SDK for Equinix services. This SDK is currently provided with a major version of v0. We aim to avoid breaking changes to this library, but they will certainly happen as we work towards a stable v1 library.

Each Equinix service supported by this SDK is maintained as a separate package that is generated from the OpenAPI specification for that service. If any Equinix service is not supported by this SDK and you would like to see it added, please submit a change request

Installation

To import this library into your Go project:

import "github.com/equinix/equinix-sdk-go"

Download the module with:

go get github.com/equinix/equinix-sdk-go

Usage

You can see usage of the generated code in the examples directory.

Full package documentation is available at https://pkg.go.dev/github.com/equinix/equinix-sdk-go.