apache / apache/openwhisk-package-pushnotifications
Replace the binary Wsk with REST interface WskRest
Open
- Dominant language
- JavaScript
- Stars
- 10
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.