Move View Documentation link to its own line in Developer settings
Details
Prevents horizontal overflow when the subtitle and link button
compete for space in a narrow settings panel.
Disable horizontal scrolling on API docs and route detail windows
Details
Both ApiDocsWindow and ApiRouteDetailWindow ScrollViewers lacked
HorizontalScrollBarVisibility="Disabled", allowing monospace code blocks
and inline runs to overflow the window width. Content now constrains to
the window width with text wrapping.
Add copy cURL command to API endpoint detail popup
Details
Every endpoint detail popup now shows a ready-to-paste cURL command
at the top with method, auth header, content-type, and JSON body.
All routes are now clickable (not just ones with schema docs) since
every route gets a cURL block.
Add API endpoint detail popup with request/response schemas
Details
Extend ApiRouteDescriptor in SDK with RequestExample, ResponseExample,
and QueryParamDocs fields. API docs window routes are now clickable —
clicking an endpoint opens a detail popup showing query parameters,
request body shape, and response body shape with copy-to-clipboard
buttons for each code block.
Fix horizontal overflow in API docs window
Details
- Reduce method column from 90px to 50px (GET/POST/PATCH/DELETE fit)
- Add TextWrapping=Wrap to all route path/description TextBlocks
- Add TextWrapping to the curl status check code block (was the only
code block missing it)
Long endpoint paths and descriptions now wrap instead of overflowing
the modal width.
Get notified about new releases