Mark Deuser
Mark Deuser
see also https://github.com/apache/incubator-openwhisk/pull/3318 for a related CLI change to `wsk trigger update` to now take the `--feed` parameter.
@csantanapr - it's not pretty, but i believe it's possible to use type reflection and the generic Go `interface` to crawl through an arbitrary json string. after some more hunting,...
In general, building the CLI should not require a clone of incubator-openwhisk. To run the CLI tests, that will require the incubator-openwhisk test framework.
I guess the server might be able to support a few "standard" media types and respond with the one that matches the request Accept header. If a server is unable...
If an API happens to be created with a basepath and path of `/` each, subsequent APIs created after this "/" API can be affected -> successful API creation followed...
@mhamann - can you describe the web socket use case(s) being addressed? i've been thinking that web sockets and serverless are kind of at odds with each other... but there...
@mhamann - taking the real-time stock ticker as an example.. are you thinking that the api gw would handle the connection and connection keep alives to the client and periodically...
fyi.. the api command did some dynamic column truncation https://github.com/apache/incubator-openwhisk-cli/blob/b18f5f0a86c3975c2e2872678b67a42621dda809/commands/api.go#L600
also include instructions on - how to run the tests locally - how to get travis to automatically build/test your changes