https://github.com/zodo-dev/openfaas-java-sdk
Openfaas Java SDK implementation of https://www.openfaas.com/
https://github.com/zodo-dev/openfaas-java-sdk
faas java kubernetes openfaas openfaas-java-sdk
Last synced: 5 months ago
JSON representation
Openfaas Java SDK implementation of https://www.openfaas.com/
- Host: GitHub
- URL: https://github.com/zodo-dev/openfaas-java-sdk
- Owner: zodo-dev
- License: gpl-3.0
- Created: 2020-11-13T19:43:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T23:17:50.000Z (about 5 years ago)
- Last Synced: 2025-07-28T05:27:34.597Z (11 months ago)
- Topics: faas, java, kubernetes, openfaas, openfaas-java-sdk
- Language: Java
- Homepage:
- Size: 882 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Openfaas Java SDK
==========
[](https://github.com/zodo-dev/openfaas-java-sdk/blob/develop/LICENCE)

[](https://sonarcloud.io/dashboard?id=zodo-dev%3Aopenfaas-java-sdk)
[](https://sonarcloud.io/dashboard?id=zodo-dev%3Aopenfaas-java-sdk)
[](https://maven-badges.herokuapp.com/maven-central/dev.zodo/openfaas-java-sdk/)
[](http://www.javadoc.io/doc/dev.zodo/openfaas-java-sdk)
---
Java implementation to call Openfaas functions
Documentation
---
Doc: https://zodo-dev.github.io/openfaas-java-sdk/
Wiki: https://github.com/zodo-dev/openfaas-java-sdk/wiki
Flow
---

Openfaas Links?
---
Website: https://www.openfaas.com/
Docs: https://docs.openfaas.com/
Github: https://github.com/openfaas
WARN: Under development. There is still no first release.
---
Wants to contribute to openfaas-java-sdk?
---
Before working on the code, if you plan to contribute changes, please read the following [CONTRIBUTING](CONTRIBUTING.md) document.
Using openfaas-java-sdk
---
Maven:
``` xml
dev.zodo
openfaas-java-sdk
1.0.0-beta.1
```
Gradle:
```groovy
compile "dev.zodo:openfaas-java-sdk:1.0.0-beta.1"
```
If you want to use snapshots first config OSS Sonatype Snapshots repository:
Maven:
``` xml
oss-snapshots
OSS Snapshots
https://oss.sonatype.org/content/repositories/snapshots
true
```
Gradle:
```groovy
repositories {
maven {
url 'https://oss.sonatype.org/content/repositories/snapshots'
}
}
```
And then the dependency:
``` xml
dev.zodo
openfaas-java-sdk
1.0.0-SNAPSHOT
```
Gradle:
```groovy
compile 'dev.zodo:openfaas-java-sdk:1.0.0-SNAPSHOT'
```
Documentation and samples
---
For documentation and samples check out our [wiki](https://github.com/zodo-dev/openfaas-java-sdk/wiki)
Need help or found an issue?
---
When reporting an issue through the [issue tracker](https://github.com/zodo-dev/openfaas-java-sdk/issues?state=open)
on GitHub, please use the following guidelines:
* Check existing issues to see if it has been addressed already
* The version of openfaas-java-sdk you are using
* A short description of the issue you are experiencing and the expected outcome
* Description of how someone else can reproduce the problem
* Paste error output or logs in your issue or in a Gist. If pasting them in the GitHub issue, wrap
it in three backticks: ``` so that it renders nicely
* Write a unit test to show the issue!
License
---
This project and its documentation are licensed under the LGPL license. Refer to [LICENSE](LICENSE) for more information.