Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amihaiemil/zold-java-client
Java wrapper for Zold's RESTful API.
https://github.com/amihaiemil/zold-java-client
api crypto java8 oop
Last synced: 17 days ago
JSON representation
Java wrapper for Zold's RESTful API.
- Host: GitHub
- URL: https://github.com/amihaiemil/zold-java-client
- Owner: amihaiemil
- License: bsd-3-clause
- Created: 2019-01-14T18:01:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-22T08:24:27.000Z (over 3 years ago)
- Last Synced: 2024-05-01T14:05:35.721Z (7 months ago)
- Topics: api, crypto, java8, oop
- Language: Java
- Homepage: https://www.zold.io/
- Size: 123 KB
- Stars: 13
- Watchers: 7
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zold-java-client
[![Build Status](https://travis-ci.org/amihaiemil/zold-java-client.svg?branch=master)](https://travis-ci.org/amihaiemil/zold-java-client)
[![Coverage Status](https://coveralls.io/repos/github/amihaiemil/zold-java-client/badge.svg?branch=master)](https://coveralls.io/github/amihaiemil/zold-java-client?branch=master)[![Donate via Zerocracy](https://www.0crat.com/contrib-badge/GFCHY7NQG.svg)](https://www.0crat.com/contrib/GFCHY7NQG)
[![DevOps By Rultor.com](http://www.rultor.com/b/amihaiemil/zold-java-client)](http://www.rultor.com/p/amihaiemil/zold-java-client)
[![We recommend IntelliJ IDEA](http://amihaiemil.github.io/images/intellij-idea-recommend.svg)](https://www.jetbrains.com/idea/)Java wrapper over Zold's RESTful API.
### Maven dependency
The library comes as a maven dependency:
```
com.amihaiemil.web
zold-java-client
0.0.3```
**In order for it to work, you need to have an implementation of [JSON-P (JSR 374)](https://javaee.github.io/jsonp/index.html) in your classpath (it doesn't come transitively since most people are using Java EE APIs so, chances are it is already provided!).**
If you are not using Maven, you can also download the fat jar.
### Contributing
If you would like to contribute, just open an issue or a PR.
Make sure the maven build:
``$mvn clean install -Pcheckstyle``
passes before making a PR. [Checkstyle](http://checkstyle.sourceforge.net/) will make sure
you're following our code style and guidlines.This project is managed by [Zerocracy](http://www.zerocracy.com/), see the
[Policy](http://www.zerocracy.com/policy.html) for more details.Note that we do not have Zerocracy QAs, yet we still try to adhere to the [QA
rules](http://www.zerocracy.com/policy.html#42) as much as possible (we won't block any PRs for cosmetic stuff such
as commit messages, though).