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 2017/11/10 15:55:42 UTC

[GitHub] houshengbo opened a new issue #83: Replace the binary Wsk with REST interface WskRest

houshengbo opened a new issue #83: Replace the binary Wsk with REST interface WskRest
URL: https://github.com/apache/incubator-openwhisk-package-pushnotifications/issues/83
 
 
   All the non-CLI related tests should sunset the wsk, and re-implement them with wskrest.
   
   ```
   import common.wsk 
   val wsk = new Wsk
   ```
   
   need to be changed to
   
   ```
   import common.rest.WskRest
   val wsk = new WskRest
   ```
   
   plus there may be changes to the rest of the tests as well, since the response result may have been changed.

----------------------------------------------------------------
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