https://github.com/emeraldpay/emerald-api-java
https://github.com/emeraldpay/emerald-api-java
java
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/emeraldpay/emerald-api-java
- Owner: emeraldpay
- License: apache-2.0
- Created: 2019-06-06T03:07:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-23T10:16:29.000Z (over 1 year ago)
- Last Synced: 2025-03-27T10:13:03.451Z (over 1 year ago)
- Topics: java
- Language: Java
- Size: 244 KB
- Stars: 3
- Watchers: 2
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= Emerald API for Java
:lib-version: 0.13.0
image:https://github.com/emeraldpay/emerald-java-client/workflows/Tests/badge.svg["Unit Tests"]
image:https://img.shields.io/github/license/emeraldpay/emerald-java-client.svg?maxAge=2592000["License",link="https://github.com/emeraldpay/emerald-java-client/blob/master/LICENSE"]
image:https://badges.gitter.im/emeraldpay/community.svg[link="https://gitter.im/emeraldpay/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"]
image:https://codecov.io/gh/emeraldpay/emerald-java-client/branch/master/graph/badge.svg["Coverage",link="https://codecov.io/gh/emeraldpay/emerald-java-client"]
Java stubs for public Emerald gRPC APIs.
== Usage
=== Dependency
[source,groovy,subs="attributes"]
----
repositories {
maven { url "https://maven.emrld.io" }
}
dependencies {
implementation 'io.emeraldpay:emerald-api:{lib-version}'
}
----
== Development
Original Protobuf definitions are located at: https://github.com/emeraldpay/emerald-grpc
.Update Protobuf definitions:
----
git submodule update --remote
git commit api-definitions
----
== License
Copyright 2021 EmeraldPay, Inc
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and limitations under the License.