aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4ee2fa6..bfd7f38 100644
--- a/README.md
+++ b/README.md
@@ -56,6 +56,26 @@ For more info about available flags, checkout out the help `-h`
You will find the generated cert in `issued` and private key in `private`
+# API
+
+For the latest API:
+
+```
+import "gopkg.in/google/easypki.v1"
+```
+
+## Legacy API
+
+API below pkg/ has been rewritten to allow extensibility in terms of PKI
+storage and better readability.
+
+If you used the legacy API that was only writing files to disk, a tag has been
+applied so you can still import it:
+
+```
+import "gopkg.in/google/easypki.v0"
+```
+
# Disclaimer
This is not an official Google product