bump 0.9 and update readme with entity prefix

This commit is contained in:
dswbx
2025-03-05 09:15:16 +01:00
parent 67ab3d2e38
commit c5ce79102e
2 changed files with 2 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ export default function AdminPage() {
### Using the REST API or TypeScript SDK (`bknd/client`)
If you're not using a JavaScript environment, you can still access any endpoint using the REST API:
```bash
curl -XGET <your-endpoint>/api/data/<entity>
curl -XGET <your-endpoint>/api/data/entity/<entity>
{
"data": [
{ "id": 1, ... },