mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-15 20:17:22 +00:00
updated data api docs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
---
|
||||
title: 'Create Entity'
|
||||
openapi: 'POST /api/data/{entity}'
|
||||
openapi: 'POST /api/data/entity/{entity}'
|
||||
---
|
||||
@@ -1,4 +1,4 @@
|
||||
---
|
||||
title: 'Delete Entity'
|
||||
openapi: 'DELETE /api/data/{entity}/{id}'
|
||||
openapi: 'DELETE /api/data/entity/{entity}/{id}'
|
||||
---
|
||||
@@ -1,4 +1,4 @@
|
||||
---
|
||||
title: 'Get Entity'
|
||||
openapi: 'GET /api/data/{entity}/{id}'
|
||||
openapi: 'GET /api/data/entity/{entity}/{id}'
|
||||
---
|
||||
@@ -1,4 +1,4 @@
|
||||
---
|
||||
title: 'List Entity'
|
||||
openapi: 'GET /api/data/{entity}'
|
||||
openapi: 'GET /api/data/entity/{entity}'
|
||||
---
|
||||
@@ -1,4 +1,4 @@
|
||||
---
|
||||
title: 'Update Entity'
|
||||
openapi: 'PATCH /api/data/{entity}/{id}'
|
||||
openapi: 'PATCH /api/data/entity/{entity}/{id}'
|
||||
---
|
||||
@@ -13,7 +13,7 @@ run on your toaster (probably).
|
||||
</Note>
|
||||
|
||||
## Preview
|
||||
**bknd** is so lightweight that it fully runs inside StackBlitz. Take a look at the preview below:
|
||||
Here is a preview of **bknd** in StackBlitz:
|
||||
<Stackblitz {...examples.adminRich} />
|
||||
|
||||
<Accordion title="What's going on?" icon="lightbulb">
|
||||
|
||||
Reference in New Issue
Block a user