|
1 | 1 | # Authzed API |
2 | 2 |
|
3 | 3 | [](https://www.apache.org/licenses/LICENSE-2.0.html) |
4 | | -[](https://docs.authzed.com) |
| 4 | +[](https://authzed.com/docs) |
5 | 5 | [](https://github.com/authzed/api/actions) |
6 | 6 | [](https://authzed.com/discord) |
7 | 7 | [](https://twitter.com/authzed) |
8 | 8 |
|
9 | 9 | This project contains the definitions of [Protocol Buffers] used by Authzed. |
10 | 10 |
|
11 | | -[Buf] is used to distribute these definitions and generate source code from them. |
| 11 | +We use [Buf] to distribute these definitions and generate source code from them. The definitions are published in [Buf Registry Authzed API repository]. |
12 | 12 |
|
13 | | -You can find more info on [authentication], [HTTP/JSON API usage], and the [versioning and deprecation policy] in the [Authzed Docs]. |
| 13 | +You can find more info on [HTTP API usage] and the [versioning and deprecation policy] in the [Authzed Docs]. |
14 | 14 |
|
15 | | -See [CONTRIBUTING.md] for instructions on how to contribute and perform common tasks like building the project and running tests. |
| 15 | +You can also use our [Postman collection] to explore the API. |
| 16 | + |
| 17 | +See [CONTRIBUTING.md] for instructions on how to contribute. |
16 | 18 |
|
17 | 19 | [Protocol Buffers]: https://developers.google.com/protocol-buffers/ |
18 | 20 | [Buf]: https://github.com/bufbuild/buf |
19 | | -[authentication]: https://docs.authzed.com/reference/api#authentication |
20 | | -[HTTP/JSON API usage]: https://docs.authzed.com/reference/api#alternative-httpjson-api |
21 | | -[versioning and deprecation policy]: https://docs.authzed.com/reference/api#versioning--deprecation-policy |
22 | | -[Authzed Docs]: https://docs.authzed.com |
23 | | -[Authzed API Reference documentation]: https://docs.authzed.com/reference/api |
| 21 | +[HTTP API usage]: https://authzed.com/docs/spicedb/getting-started/client-libraries#http-clients |
| 22 | +[Authzed Docs]: https://authzed.com/docs |
| 23 | +[versioning and deprecation policy]: https://authzed.com/blog/buf |
| 24 | +[Postman collection]: (https://www.postman.com/authzed/spicedb/collection/m26cqyc) |
24 | 25 | [Buf Registry Authzed API repository]: https://buf.build/authzed/api/docs/main |
25 | 26 | [CONTRIBUTING.md]: https://github.com/authzed/api/blob/main/CONTRIBUTING.md |
| 27 | + |
| 28 | +## Development |
| 29 | + |
| 30 | +You can run `mage` to see the available commands for development. We assume you have a Mac computer. |
| 31 | + |
| 32 | +## Warnings ⚠️ |
| 33 | + |
| 34 | +- The `version` field found in various buf YAML configurations is actually the version of the schema of the YAML file and is not related to the version of the definitions. |
0 commit comments