mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
bump 0.9 and update readme with entity prefix
This commit is contained in:
@@ -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, ... },
|
||||
|
||||
Reference in New Issue
Block a user