Registry /
http-client / apparentlymart-go-rundeck-api
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.