Skip to content

Commit 4de8a11

Browse files
Copilothotlong
andcommitted
Remove UI type definitions and view.get RPC method
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent b64de84 commit 4de8a11

36 files changed

Lines changed: 1 addition & 2767 deletions

IMPLEMENTATION_SUMMARY.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,6 @@ Translation: All API protocols (GraphQL, REST, OData) must exist as RuntimePlugi
126126
- `system.listMethods()` - List available methods
127127
- `system.describe(method)` - Get method signature
128128

129-
**View Methods** (1):
130-
- `view.get(objectName, viewType)` - Get view configuration
131-
132129
### 4. Multi-Protocol Server Example ✅
133130

134131
**Location**: `examples/protocols/multi-protocol-server/`

PROTOCOL_UPDATE_SUMMARY.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,9 @@ metadata.list()
123123
metadata.get(objectName)
124124
metadata.getAll(metaType)
125125

126-
// Actions & Views
126+
// Actions
127127
action.execute(actionName, params)
128128
action.list()
129-
view.get(objectName, viewType)
130129

131130
// Introspection
132131
system.listMethods()

apps/site/.gitignore

Lines changed: 0 additions & 26 deletions
This file was deleted.

apps/site/README.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

apps/site/app/(home)/layout.tsx

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)