mirror of
https://github.com/goauthentik/authentik.git
synced 2026-08-30 18:51:39 -07:00
* website: fix broken schema links * website: Use download links. * website: Use env constants for URLs. * website: Add schema redirects. * website: Use path alias for integrations. * website: Use docs alias in integrations. * website: Use relative links, better dead-link checking. * website: Fix nested docs prefix affecting redirects. Add aliases. * website: Remove hard links. * website: Replace hardcoded edit URL with environment URL. --------- Co-authored-by: Teffen Ellis <teffen@goauthentik.io>
605 B
605 B
title, sidebar_label, description
| title | sidebar_label | description |
|---|---|---|
| Go API Client | Golang | A Golang client for the authentik API. |
The Go API client is generated using the OpenAPI Generator and the OpenAPI v3 schema.
go get goauthentik.io/api/v3
Building the Go Client
The Go client is used by the Outpost to communicate with the backend authentik server. To build the go client, run make gen-client-go.
The generated files are stored in /gen-go-api in the root of the repository.