Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions internal/api/api.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// Package api provides a set of Equinix API clients that can be used
// to make arbitrary requests to Equinix APIs. This is useful for
// integrating with API endpoints that are not mentioned in the
// Equinix API catalog (https://docs.equinix.com/api-catalog).
// Inspired by https://github.com/displague/equinix-api/ which
// implements the same functionality in bash.
package api

import (
Expand Down