From 18d04a19e03509752439b9abd106b13e34276370 Mon Sep 17 00:00:00 2001 From: "backport-actions-token[bot]" <87506591+backport-actions-token[bot]@users.noreply.github.com> Date: Wed, 27 Oct 2021 16:52:21 -0500 Subject: [PATCH] reference gRPC API reference (#2717) (#2720) Co-authored-by: Alex Fornuto --- docs/enterprise/api.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/enterprise/api.md b/docs/enterprise/api.md index 4fb948222..9952a2a37 100644 --- a/docs/enterprise/api.md +++ b/docs/enterprise/api.md @@ -200,4 +200,8 @@ Modify the example script to match your console API path, Namespace(s) and Polic [tls-*]: /enterprise/reference/config.md#tls-ca [client-py]: https://github.com/pomerium/enterprise-client-python -[client-go]: https://github.com/pomerium/enterprise-client-go \ No newline at end of file +[client-go]: https://github.com/pomerium/enterprise-client-go + +## More Information + +To see all endpoints available for both the Python and Go libraries, see the [gRPC API Reference](https://github.com/pomerium/enterprise-client/blob/update_docs_template/API.md). \ No newline at end of file