mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +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`)
|
### 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:
|
If you're not using a JavaScript environment, you can still access any endpoint using the REST API:
|
||||||
```bash
|
```bash
|
||||||
curl -XGET <your-endpoint>/api/data/<entity>
|
curl -XGET <your-endpoint>/api/data/entity/<entity>
|
||||||
{
|
{
|
||||||
"data": [
|
"data": [
|
||||||
{ "id": 1, ... },
|
{ "id": 1, ... },
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"sideEffects": false,
|
"sideEffects": false,
|
||||||
"bin": "./dist/cli/index.js",
|
"bin": "./dist/cli/index.js",
|
||||||
"version": "0.9.0-rc.4",
|
"version": "0.9.0",
|
||||||
"description": "Lightweight Firebase/Supabase alternative built to run anywhere — incl. Next.js, Remix, Astro, Cloudflare, Bun, Node, AWS Lambda & more.",
|
"description": "Lightweight Firebase/Supabase alternative built to run anywhere — incl. Next.js, Remix, Astro, Cloudflare, Bun, Node, AWS Lambda & more.",
|
||||||
"homepage": "https://bknd.io",
|
"homepage": "https://bknd.io",
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|||||||
Reference in New Issue
Block a user