You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/03/15 12:23:39 UTC

[GitHub] [incubator-openwhisk] rabbah opened a new issue #4352: remove web actions projections

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:
users@infra.apache.org


With regards,
Apache Git Services