Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update sdk links #2188

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions docs/docs/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ each REST endpoint.
We publish our SDKs for popular languages in their respective package
repositories:

- [Dart](https://pub.dev/packages/ory_kratos_client)
- [.NET](https://www.nuget.org/packages/Ory.Kratos.Client/)
- [Go](https://github.com/ory/kratos-client-go)
- [Java](https://search.maven.org/artifact/sh.ory.kratos/kratos-client)
- [Dart](https://pub.dev/packages/ory_client)
- [.NET](https://www.nuget.org/packages/Ory.Client/)
- [Go](https://github.com/ory/client-go)
- [Java](https://search.maven.org/artifact/sh.ory/ory-client)
- [JavaScript](https://www.npmjs.com/package/@ory/client) with TypeScript
definitions and compatible with: NodeJS, ReactJS, AngularJS, Vue.js, and many
more.
- [PHP](https://packagist.org/packages/ory/kratos-client)
- [Python](https://pypi.org/project/ory-kratos-client/)
- [Ruby](https://rubygems.org/gems/ory-kratos-client)
- [Rust](https://crates.io/crates/ory-kratos-client)
- [PHP](https://packagist.org/packages/ory/client)
- [Python](https://pypi.org/project/ory-client/)
- [Ruby](https://rubygems.org/gems/ory-client)
- [Rust](https://crates.io/crates/ory-client)

Take a look at the source:
[Generated SDKs for Ory Kratos](https://github.com/ory/sdk/tree/master/clients/kratos/)
Expand Down
16 changes: 8 additions & 8 deletions docs/versioned_docs/version-v0.8/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ each REST endpoint.
We publish our SDKs for popular languages in their respective package
repositories:

- [Dart](https://pub.dev/packages/ory_kratos_client)
- [.NET](https://www.nuget.org/packages/Ory.Kratos.Client/)
- [Go](https://github.com/ory/kratos-client-go)
- [Java](https://search.maven.org/artifact/sh.ory.kratos/kratos-client)
- [Dart](https://pub.dev/packages/ory_client)
- [.NET](https://www.nuget.org/packages/Ory.Client/)
- [Go](https://github.com/ory/client-go)
- [Java](https://search.maven.org/artifact/sh.ory/ory-client)
- [JavaScript](https://www.npmjs.com/package/@ory/client) with TypeScript
definitions and compatible with: NodeJS, ReactJS, AngularJS, Vue.js, and many
more.
- [PHP](https://packagist.org/packages/ory/kratos-client)
- [Python](https://pypi.org/project/ory-kratos-client/)
- [Ruby](https://rubygems.org/gems/ory-kratos-client)
- [Rust](https://crates.io/crates/ory-kratos-client)
- [PHP](https://packagist.org/packages/ory/client)
- [Python](https://pypi.org/project/ory-client/)
- [Ruby](https://rubygems.org/gems/ory-client)
- [Rust](https://crates.io/crates/ory-client)

Take a look at the source:
[Generated SDKs for Ory Kratos](https://github.com/ory/sdk/tree/master/clients/kratos/)
Expand Down