Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
15 commits
Select commit Hold shift + click to select a range
96ce9d9
feat: REST API request execution from docs for GET requests
Yash-Raj-5424 Apr 30, 2026
6df9707
fix: handle multi-segment API path by passing base URL from data attr…
Yash-Raj-5424 May 3, 2026
70588f3
refactor: read HTTP method from data attribute instead of DOM scraping
Yash-Raj-5424 May 3, 2026
7a7dc6e
perf: optimize URL preview updates using event delegation and targete…
Yash-Raj-5424 May 3, 2026
41406fe
fix: include rest-api-interactive.scss in build pipeline
Yash-Raj-5424 May 3, 2026
4202c62
security: add rel=noopener noreferrer to external link preventing rev…
Yash-Raj-5424 May 3, 2026
2d5e4c8
fix: update URL preview when API server select changes
Yash-Raj-5424 May 3, 2026
32e6671
refactor: read server URLs from dropdown instead of parsing displayed…
Yash-Raj-5424 May 3, 2026
30ca35c
fix: remove unsupported cookie parameters from interactive form
Yash-Raj-5424 May 3, 2026
2cb7b86
docs: update execute button partial comment to reflect required conte…
Yash-Raj-5424 May 3, 2026
6827985
refactor: pass panel element to executeRequest instead of operationId
Yash-Raj-5424 May 3, 2026
15467a5
feat: validate required parameters before executing API request.
Yash-Raj-5424 May 3, 2026
63e95bf
fix: add dark mode styles for API server selector dropdown
Yash-Raj-5424 May 9, 2026
6238138
fix: add pointer cursor to API server select dropdown in dark mode
Yash-Raj-5424 May 9, 2026
0afa4e8
Merge branch 'master' into feat/query-api-functionality
Yash-Raj-5424 May 9, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions assets/scss/_styles_project.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
@import "_videos_project.scss";
@import "subscription.scss";
@import "rest-api-reference.scss";
@import "rest-api-interactive.scss";
@import "_video-landing_project.scss";
@import "elements_project";
@import "summary.scss";
Expand Down
Loading
Loading