feat: replace the ssr/client data blocks with apis blocks

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-20 07:59:37 +05:30
co-authored by Claude Opus 5
parent de99a2c2e0
commit 890d6106b3
14 changed files with 135 additions and 1421 deletions
@@ -3,8 +3,8 @@ page ApiBlockDemo {
state found = ""
state failed = ""
client {
api searchDirectory POST /api/directory {
apis {
searchDirectory POST /api/directory {
request {
body {
name?: string