Registry / auth / ory-client-go

ory-client-go

JSON →
library1.22.41gogounverified

Auto-generated Go client library for Ory APIs, including Ory Kratos, Hydra, and Keto services.

go get github.com/ory/client-go
INSTALL
IMPORT
SIG · ORY-CLIENT-GO
O
ory-client-go
authgov1.22.41
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

client
github.com/ory/client-go

Configures and creates an Ory API client.

package main import ( "context" "fmt" ory "github.com/ory/client-go" ) func main() { cfg := ory.NewConfiguration() cfg.Servers = ory.ServerConfigurations{{URL: "http://localhost:4433"}} apiClient := ory.NewAPIClient(cfg) // Example: call the Ory Kratos API fmt.Println(apiClient) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.22.41latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
17 hits · last 30 days
node
14
Amazon
1
OpenAI (training)
1
Resources
ory-client-go — go get ory-client-go · libregistry