Registry /
cloud / apache-openwhisk-client-go
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.
openwhisk
✓ github.com/apache/openwhisk-client-go
List OpenWhisk actions using the client.
package main
import (
"fmt"
"github.com/apache/openwhisk-client-go/whisk"
)
func main() {
client, _ := whisk.NewClient(http.DefaultClient, &whisk.Config{
AuthToken: "my-auth-token",
Host: "https://openwhisk.example.com",
})
actions, _, _ := client.Actions.List("default", nil)
fmt.Println(actions)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
0.0.0-20230421081559-13fc65f65684latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.