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 2018/06/21 13:28:34 UTC

[GitHub] kpavel opened a new pull request #918: Adds support for api export

kpavel opened a new pull request #918: Adds support for api export
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/918
 
 
   Exporting APIs when its target action is managed by specified project.
   
   Currently Openwhisk missing support for annotations in APIs entities. 
   In order to support APIs export:
   
   (1) _export packages_
   (2) _export actions_
   .
   .
   .
   (n) **_export APIs_**
   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;get all APIs
   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for API in APIs
   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if API target action in exported packages (1)
   &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;add API to exported manifest

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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