Shell Li
Shell Li
> ``` > r = pocket.put_buffer(p, src, size, dst_filename, jobid) > ``` > > The current python API requires that src be a python string, and passing in a python...
The same issue. Has anyone successfully verified this work?
The problem is fixed. I just use `~/.wskprop` and set `AUTH` as well as `APIHOST` in it. Then I can access openwhisk using the following codes: ``` client, _ :=...
> Hello. The first comment shows you’re using http as your app host. Is that correct? If so the insecure option has no effect. > > The second comment is...