openwhisk-client-go icon indicating copy to clipboard operation
openwhisk-client-go copied to clipboard

Go client library for the Apache OpenWhisk platform

Results 23 openwhisk-client-go issues
Sort by recently updated
recently updated
newest added

Bumps gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=gopkg.in/yaml.v3&package-manager=go_modules&previous-version=3.0.0-20210107192922-496545a6307b&new-version=3.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

I have modified the source files as follows: > diff --git a/go.mod b/go.mod > index 0491f2d..eb9c282 100644 > --- a/go.mod > +++ b/go.mod > @@ -1,12 +1,13 @@ > module...

Hi guys, I am getting statusCode 0 in case of application error. It should be 1 in case of application error. I am returning 400 statusCode in my action's output...

Hi, I'd like to deploy action/function with go runtime by also importing external go library. Could you provide an example for that ?

Please switch and document for developers how to use/build with "Go Modules"; see https://github.com/golang/go/wiki/Modules https://levelup.gitconnected.com/switch-to-go-modules-from-go-dep-fcdd4aa41bd5 Please note that client-go chose to use govendor which has numerous problems: for reference: https://github.com/apache/openwhisk-client-go/pull/113/files

enhancement
help wanted
build
documentation

I install openwhisk in ubuntu in my own computer and I can access it using `wsk -i ......`. However, I have problems using this library to access openwhisk. For example:...

I was tiring to invoke a function using the this lib. I had to jump between the wsk client code and this to figure out what to do here. For...

A recent change to the way activations are listed produced two different behaviors. When there are no activations, the result is this: ``` > wsk activation list activations ``` and...

proposal: adopt kubectl's lightweight plugin mechanism for the openwhisk go cli. it's not even really a plugin mechanism, just a simple dispatcher. `kubectl foo` works if some executable `kubectl-foo` is...

@jthomas discovered `wskdeploy` was looking for `.wskprops` file under current directory instead of user's home for 386 version of OS (https://github.com/apache/incubator-openwhisk-wskdeploy/issues/1014). @mrutkows applied a quick fix to unblock @jthomas so...