Registry / cloud / packethost-packngo

packethost-packngo

JSON →
librarygogounverified

Package packngo implements the Equinix Metal API documented at https://metal.equinix.com/developers/api.

go get github.com/packethost/packngo
INSTALL
IMPORT
SIG · PACKETHOST-PACKNGO
P
packethost-packngo
cloudgo
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

packngo
github.com/packethost/packngo

Initialize a client and list projects.

package main import ( "fmt" "os" "github.com/packethost/packngo" ) func main() { client := packngo.NewClient("", "your-api-token", nil) projects, _, err := client.Projects.List(nil) if err != nil { fmt.Fprintf(os.Stderr, "Error: %v\n", err) os.Exit(1) } fmt.Printf("Projects: %+v\n", projects) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Amazon
1
OpenAI (training)
1
Resources
packethost-packngo — go get packethost-packngo · libregistry