digitalocean icon indicating copy to clipboard operation
digitalocean copied to clipboard

A Go digitalocean library

digitalocean

This package provides the digitalocean package which offers an interface to the DigitalOcean V2 API.

It's intentionally designed to make heavy use of built-ins and strings in place of custom data structures and proper types. It also only implements specific endpoints, and doesn't have full API coverage.

For those reasons, I recommend looking elsewhere if you just need a standard DO API client.

Documentation

The full documentation is available on Godoc