Add index-support, type hints and improve documentation #4

Merged
stne3960 merged 3 commits from feature/allow_index into main 2025-06-16 12:41:04 +02:00
Owner
  • Adding the ability to use index.yaml in folders, so that path /system1/users can both be defined using /system1/users.yaml and /system1/users/index.yaml.
  • Adding type hints to placeholders (for example path: "/{id}" with the request /42 can return { "id": 42})
  • Improve documentation
- Adding the ability to use `index.yaml` in folders, so that path `/system1/users` can both be defined using `/system1/users.yaml` and `/system1/users/index.yaml`. - Adding type hints to placeholders (for example `path: "/{id}"` with the request `/42` can return `{ "id": 42}`) - Improve documentation
stne3960 added 3 commits 2025-06-16 12:40:38 +02:00
stne3960 merged commit 41a31ca5af into main 2025-06-16 12:41:04 +02:00
stne3960 deleted branch feature/allow_index 2025-06-16 12:41:09 +02:00
Sign in to join this conversation.
No Reviewers
No Label
No Milestone
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DMC/apimposter#4
No description provided.