An open API service indexing awesome lists of open source software.

https://github.com/emeraldpay/emerald-api-java


https://github.com/emeraldpay/emerald-api-java

java

Last synced: about 1 year ago
JSON representation

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.