Registry / http-client / apparentlymart-go-rundeck-api

apparentlymart-go-rundeck-api

JSON →
library0.0.1gogounverified

Package go-rundeck-api provides a Go client for the Rundeck API.

go get github.com/apparentlymart/go-rundeck-api
INSTALL
IMPORT
SIG · APPARENTLYMART-GO-
A
apparentlymart-go-rundeck-api
http-clientgov0.0.1
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.

rundeck
github.com/apparentlymart/go-rundeck-api

Create a Rundeck client and list projects.

package main import ( "fmt" "github.com/apparentlymart/go-rundeck-api" ) func main() { client := rundeck.NewClient("http://rundeck.example.com", "api-token") projects, err := client.ListProjects() if err != nil { fmt.Println(err) return } fmt.Println(projects) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
34
Resources
apparentlymart-go-rundeck-api — go get apparentlymart-go-rundeck-api · libregistry