Skip to content

Commit

Permalink
add link to javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
justinwb committed Jan 11, 2022
1 parent bf8ca83 commit 0d6d6f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -7,12 +7,12 @@

A Java (JDK11+) implementation of the [shape tree specification](https://shapetrees.org/TR/specification/index.html).

As detailed in the specification shape tree validation can be performed on either client or server sides.
[JavaDocs](https://janeirodigital.github.io/shapetrees-java/) are generated and published with each release.

Each module within the project has its own README.md to further explain its contents:
* [shapetrees-java-core](shapetrees-java-core/README.md) - Core validation functionality and any classes required
to interact with the API are present here
* [shapetrees-java-client-okhttp](shapetrees-java-client-okhttp/README.md) - Provides a shape tree client implemented
with [OkHttp](https://github.com/square/okhttp/). This client can perform client-side
validation by using an interceptor or interact directly with a server that performs server-side validation
validation by using an interceptor or interact directly with a server that performs server-side validation.

0 comments on commit 0d6d6f1

Please sign in to comment.