Skip to content

Commit

Permalink
Merge pull request #92 from josephschorr/prep-v0.11
Browse files Browse the repository at this point in the history
Update API and prepare v0.11.0
  • Loading branch information
josephschorr authored Jul 12, 2023
2 parents c96da58 + 95880f7 commit 775cef5
Show file tree
Hide file tree
Showing 17 changed files with 357 additions and 246 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ This repository houses the Python client library for Authzed.
Developers create a schema that models their permissions requirements and use a client library, such as this one, to apply the schema to the database, insert data into the database, and query the data to efficiently check permissions in their applications.

Supported client API versions:

- [v1](https://docs.authzed.com/reference/api#authzedapiv1)
- [v1alpha1](https://docs.authzed.com/reference/api#authzedapiv1alpha1)

You can find more info on each API on the [Authzed API reference documentation].
Additionally, Protobuf API documentation can be found on the [Buf Registry Authzed API repository].
Expand Down
23 changes: 12 additions & 11 deletions authzed/api/v0/core_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

83 changes: 42 additions & 41 deletions authzed/api/v0/developer_pb2.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 775cef5

Please sign in to comment.