-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'samkim/clients-page' into add-client-do…
…cumentation
- Loading branch information
Showing
3 changed files
with
22 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Official Client Libraries | ||
|
||
SpiceDB is primarily accessed by a [gRPC] API and thus client libraries can be generated for any programming language. | ||
|
||
AuthZed builds and maintains client libraries for the following languages: | ||
|
||
- [Go](https://github.com/authzed/authzed-go) | ||
- [Node](https://github.com/authzed/authzed-node) | ||
- [Python](https://github.com/authzed/authzed-py) | ||
- [Ruby](https://github.com/authzed/authzed-rb) | ||
- [Java](https://github.com/authzed/authzed-java) | ||
- [Dotnet](https://github.com/authzed/authzed-dotnet) | ||
|
||
AuthZed also develops [zed], a command-line client for interacting with the SpiceDB API. | ||
|
||
You can find more languages and integrations maintained by the community in the [Clients section] of the [Awesome SpiceDB] repository. | ||
|
||
[grpc]: https://grpc.io | ||
[zed]: https://github.com/authzed/zed | ||
[clients section]: https://github.com/authzed/awesome-spicedb#clients | ||
[awesome spicedb]: https://github.com/authzed/awesome-spicedb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters