Registry / cloud / apache-openwhisk-client-go

apache-openwhisk-client-go

JSON →
library0.0.0-20230421081559-13fc65f65684gogounverified

Go client library for interacting with Apache OpenWhisk serverless platform APIs.

go get github.com/apache/openwhisk-client-go
INSTALL
IMPORT
SIG · APACHE-OPENWHISK-C
A
apache-openwhisk-client-go
cloudgov0.0.0-20230421081559-13fc65f65684
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.

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.

Agent activity
43 hits · last 30 days
node
36
OpenAI (training)
1
Resources
apache-openwhisk-client-go — go get apache-openwhisk-client-go · libregistry