Skip to content

Commit 57b22cc

Browse files
committed
docs: Add links to API reference in READMEs
1 parent f8f9b25 commit 57b22cc

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

echo-graphql/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ type Subscription {
6767
}
6868
```
6969

70+
See [docs/api.md](./docs/api.md) for detailed API reference.
71+
7072
## Features
7173

7274
| Feature | Description |

echo-grpc/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ service Echo {
4848
}
4949
```
5050

51+
See [docs/api.md](./docs/api.md) for detailed API reference.
52+
5153
## Features
5254

5355
| Feature | Description |

echo-http/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ docker run -p 8080:8080 -v $(pwd)/.env:/app/.env ghcr.io/jsr-probitas/echo-http:
4646
| `/delay/{seconds}` | GET | Echo after delay |
4747
| `/health` | GET | Health check |
4848

49+
See [docs/api.md](./docs/api.md) for detailed API reference.
50+
4951
## Response Format
5052

5153
```json

0 commit comments

Comments
 (0)