You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(proposal): address issue #44 — add auto-import from OData contracts
- Fix stale note claiming actions aren't stored (they are, in Metadata XML)
- Add "Auto-Import from Contract" section to Phase 2 covering:
- IMPORT EXTERNAL ENTITY from $metadata
- IMPORT EXTERNAL ACTION with NPE generation for request/response payloads
- Link issue #44 in relevant sections
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
> **Note:**OData action definitions from `$metadata` are NOT stored in the MPR. We can only show actions that are actually *used* in microflows. Phase 2 would add `$metadata` fetching.
109
+
> **Note:**Phase 1 discovers actions from microflow usage only. Phase 2 will parse the cached `$metadata` XML to list ALL available actions from the contract, including those not yet used. See also [mendixlabs/mxcli#44](https://github.com/mendixlabs/mxcli/issues/44).
This addresses the core request in issue #44: users want to browse available actions and auto-import them with their payload entities, rather than manually creating the domain model.
0 commit comments