StarRestGate seamlessly integrates a powerful, interactive Swagger UI directly into your WordPress admin area, based on a 100% client-side OAS generator. Moreover, it includes a practical ScratchPad UI based on the .http (.rest) text format. Designed for developers who build and maintain custom REST APIs, it offers an instant, zero-configuration environment to visualize and securely test endpoints in real-time.
🚀 Try StarRestGate in WordPress Playground live in your browser right now without installing anything!
Current features are:
- Native Admin Experience: Features a clean, polished Swagger UI and a practical ScratchPad UI that blend seamlessly into the WordPress admin, making them feel like core features.
- 100% Client-Side OAS Generation: It dynamically queries the standard discovery URL
wp-jsonusing JavaScript and transforms the response into OAS. No server-side overhead, no heavy PHP parsing, and no guesswork. You see exactly what the outside world sees. - Instant OAS Download: Easily download the full OpenAPI Specification in JSON format via a dedicated link for seamless integration with your favorite developer tools.
- Zero-Configuration Testing: It safely leverages your active admin session and WordPress nonces. Test all standard HTTP verbs (GET, POST, PUT, PATCH, DELETE) securely without configuring external tokens or OAuth.
- Production Safe & Invisible: The developer tools are strictly restricted to administrators. For regular visitors and production traffic, the plugin has zero impact and loads zero assets.
Third-Party Software
This plugin bundles the following third-party software: * Swagger UI – https://github.com/swagger-api/swagger-ui (Apache License 2.0)