gerardparis / openwhisk-client-java

Apache OpenWhisk client for Java and JVM languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Apache OpenWhisk Java Client

Java client library for the Apache OpenWhisk platform. Provides a wrapper around the OpenWhisk APIs (Swagger JSON).

Note: This API is under heavy development and as such certain details may change from release to release. Please consult Changes.md for details.

Installation

For maven users, use the follow dependency:

    <parent>
        <groupId>org.projectodd.openwhisk</groupId>
        <artifactId>java-client</artifactId>
        <version>0.1-SNAPSHOT</version>
    </parent>

Building

The tests in client depend on jars being properly built in the functions module. Running mvn install should be sufficient for building from the console. For development inside an IDE, you'll need to run mvn package inside the functions module first.

Usage

TBD

About

Apache OpenWhisk client for Java and JVM languages

License:Apache License 2.0


Languages

Language:Java 99.5%Language:JavaScript 0.3%Language:Python 0.2%