We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ffec5c commit 27dd3ffCopy full SHA for 27dd3ff
README.md
@@ -1,4 +1,10 @@
1
-Install Buf CLI:
+# Thames APIs
2
+
3
+Protobuf definitions for Thames public APIs, following [API Design Patterns](https://www.oreilly.com/library/view/api-design-patterns/9781617295850/).
4
5
+## Contributing
6
7
+Install [Buf CLI](https://buf.build/product/cli):
8
9
```sh
10
brew install buf
@@ -11,9 +17,8 @@ proto> buf lint
11
17
proto> buf format -w
12
18
```
13
19
14
-Useful reading:
20
+### Useful reading
15
21
16
-- https://buf.build/product/cli
22
- https://github.com/connectrpc/connect-es
23
- https://buf.build/blog/connect-node-beta
24
- https://connectrpc.com/docs/web/using-clients/
0 commit comments