Skip to content

Commit

Permalink
docs: add Rust and Dart SDKs
Browse files Browse the repository at this point in the history
We now support for Rust and Dart SDKs!
  • Loading branch information
aeneasr authored Jan 26, 2021
1 parent 0c04a84 commit 6d96952
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/docs/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ languages for each REST endpoint.
We publish our SDKs for popular languages in their respective package
repositories:

- [Python](https://pypi.org/project/ory-kratos-client/)
- [PHP](https://packagist.org/packages/ory/kratos-client)
- [Dart](https://pub.dev/packages/ory_kratos_client)
- [Go](https:/ory/kratos-client-go)
- [NodeJS](https://www.npmjs.com/package/@ory/kratos-client) (with TypeScript)
- [Java](https://search.maven.org/artifact/sh.ory.kratos/kratos-client)
- [JavaScript](https://www.npmjs.com/package/@ory/kratos-client) with TypeScript definitions and compatible with: NodeJS, ReactJS, AnuglarJS, 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)

Missing your programming language?
[Create an issue](https:/ory/kratos/issues) and help us build, test
Expand Down

0 comments on commit 6d96952

Please sign in to comment.