Skip to content

1.0.0

Choose a tag to compare

@chandrapatel chandrapatel released this 14 Apr 12:18
· 24 commits to main since this release
663877e
  • Three-panel layout with endpoint browser, request builder, and response viewer.
  • Full endpoint discovery grouped by resource category.
  • Application Password authentication with sessionStorage persistence (cleared on tab close).
  • Schema-driven form fields with syntax-highlighted response output.
  • Administrator-only access restriction (manage_options capability required for both the page and the routes API endpoint).
  • Welcome screen shown before an endpoint is selected.
  • Loading spinner while the endpoint list and requests are in flight.
  • Self-hosted Fira Sans and Fira Mono fonts.
  • Form / Raw JSON tab toggle for POST/PUT/PATCH request bodies.
  • Auto-expanding search — matching categories open automatically as you type.
  • Non-JSON response support — plain-text bodies are displayed safely.
  • Numeric field min/max constraints sourced from the endpoint schema.
  • Modular JavaScript and CSS source split into per-feature component files.
  • Activation hook flushes rewrite rules immediately so /rest-api-playground/ works without a Permalinks save.