Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update docs #241

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Vault Java Driver
A zero-dependency Java client for the [Vault](https://www.vaultproject.io/) secrets management solution from
HashiCorp.

[![javadoc](https://javadoc.io/badge2/com.bettercloud/vault-java-driver/javadoc.svg)](https://javadoc.io/doc/com.bettercloud/vault-java-driver)

This driver strives to implement Vault's full HTTP API, along with supporting functionality such as automatic
retry handling. It does so without relying on any other external libraries beyond the Java standard library,
and is compatible with Java 8 and up. So it will play nice with all of your projects, greenfield and legacy
Expand Down Expand Up @@ -262,7 +264,7 @@ final LogicalResponse response = vault.withRetries(5, 1000)

API Reference (Javadocs)
------------------------
Full [Javadoc documentation](http://bettercloud.github.io/vault-java-driver/javadoc/).
Full [Javadoc documentation](https://javadoc.io/doc/com.bettercloud/vault-java-driver).

Version History
---------------
Expand Down