Skip to content

Commit 849d249

Browse files
committed
Merge remote-tracking branch 'origin/main' into fix/issue-178-constant-ref-roundtrip
# Conflicts: # mdl/grammar/parser/MDLParser.interp # mdl/grammar/parser/mdl_parser.go
2 parents 4f92da2 + af10890 commit 849d249

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+16724
-12404
lines changed

.claude/skills/mendix/rest-call-from-json.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
# REST Call from JSON Payload — End-to-End Skill
22

33
Use this skill to generate the full stack of Mendix integration artifacts from a JSON payload:
4-
JSON Structure → Non-persistent entities → Import Mapping → REST CALL microflow.
4+
JSON Structure → Non-persistent entities → Import Mapping → microflow.
5+
6+
> **Two approaches**: This skill uses the **inline REST CALL** approach (good for one-off calls
7+
> and quick prototyping). For structured APIs with reusable operations, use the **REST Client**
8+
> approach instead — see [rest-client.md](rest-client.md) for `CREATE REST CLIENT` + `SEND REST REQUEST`
9+
> + optional `TRANSFORM` with JSLT data transformers.
510
611
## Overview — Four Steps
712

813
1. **CREATE JSON STRUCTURE** — store the raw payload and derive the element tree
914
2. **CREATE ENTITY** (non-persistent) — one per JSON object type, with attributes per JSON field
1015
3. **CREATE IMPORT MAPPING** — link JSON structure elements to entities and attributes
11-
4. **CREATE MICROFLOW** — inline REST CALL that invokes the import mapping
16+
4. **CREATE MICROFLOW** — inline REST CALL that invokes the import mapping (or use REST Client + SEND REST REQUEST)
1217

1318
---
1419

0 commit comments

Comments
 (0)