apache / apache/openwhisk-package-pushnotifications

Replace the binary Wsk with REST interface WskRest

Open
#83 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.