rabbah opened a new issue #4352: remove web actions projections
URL: https://github.com/apache/incubator-openwhisk/issues/4352
 
 
   A webaction today allows you to do some projections of the result in the 
URL. For example
   ```
    curl /path/to/webaction.json/some/field
   ```
   
   Will project a field called `.some.field` from the response of the webaction.
   
   This has been proving annoying in my own experience developing web actions, 
where I'd like to use the path after the webaction as an actual resource path.
   
   We removed projections on `.http` webactions and I'm proposing for 
discussion that we take it out for all extensions.
   
   cc @csantanapr 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to