From 630ec8fc4bcaf87e7f0523fd1149e42c7b33aa02 Mon Sep 17 00:00:00 2001 From: Charles Treatman Date: Mon, 6 Oct 2025 16:24:38 -0500 Subject: [PATCH] chore: add missing attribution for api package --- internal/api/api.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/internal/api/api.go b/internal/api/api.go index ceccfb1..b909dce 100644 --- a/internal/api/api.go +++ b/internal/api/api.go @@ -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 (