From 8b5939a4c5cc60285416bf7a5b4ba7e2e26f3d51 Mon Sep 17 00:00:00 2001 From: Dain Nilsson Date: Wed, 27 Nov 2024 11:15:12 +0100 Subject: [PATCH] Add link to API docs to README --- README.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index e9659420..c250a04f 100644 --- a/README.adoc +++ b/README.adoc @@ -11,7 +11,8 @@ the `fido2.client` and `fido2.server` modules implement higher level operations which are useful when interfacing with an Authenticator, or when implementing WebAuthn support for a Relying Party. -For usage, see the `examples/` directory. +For usage, see the `examples/` directory and +link:https://developers.yubico.com/python-fido2/API_Documentation/[API documentation]. === References