[DEPRECATED] - Collection of OpenWhisk tools for OS X implemented in Swift 3.

Clone this repo:
  1. 4b59794 Fix scancode errors and add ASF Licenses. (#26) by Matt Rutkowski · 7 years ago master
  2. 0d8affd Add version number to ZipArchive in README (#25) by Paul Castro · 7 years ago
  3. 47d7f1b Swift playground action feature with dynamic library (#23) by aslom · 7 years ago
  4. ebd1c3b Fixes issue #21, use swift:default as kind (#22) by Paul Castro · 7 years ago
  5. 8d68625 Fixes issue 19, remove deprecated swift 2 as a runtime (#20) by Paul Castro · 7 years ago

openwhisk-xcode

Collection of OpenWhisk tools for OS X implemented in Swift 3.

Inside this Repo there are three projects. Click into any directories to see more information about each project.

OpenWhisk Xcode Extension

The OpenWhisk Xcode Source Editor Extension interfaces directly with OpenWhisk Playgrounds in order to test Swift OpenWhisk functions quickly.

WhiskBot - OpenWhisk Watson Conversation Chatbot

An iOS chatbot application that uses OpenWhisk actions as middleware. WhiskBot has the ability to translate messages, using a translation OpenWhisk Action and post to Slack.

WskTools

A CLI tool that allows developers to install OpenWhisk “projects” into the OpenWhisk backend. A project contains sets of actions (JS and Swift), triggers, and rules which can be installed with a single command wsktool install. You can do the opposite with wsktool uninstall. You can see an example of an OpenWhisk project here.