XQual API Documentation Generator

Windows package — turns a XQual CServer.java source into an OpenAPI 3.0.3 spec plus a self-hostable HTML viewer with a working Try It panel.

Latest release — v3.0.0

Download (Windows) Live preview →

Live preview renders a real openapi.json generated from a XQual CServer.java. The Try It buttons on this staging domain are wired to a development XQual backend through a server-side proxy, so you can fire actual requests and inspect real responses.

What's in the package

Quick start

  1. Download and unzip the package on a Windows machine.
  2. Open README.html for the full user guide.
  3. Double-click run-doc-api-gen.bat to generate output\openapi.json from the bundled sample — or pass your own source: run-doc-api-gen.bat C:\path\to\CServer.java.
  4. Upload output\xqual-api-doc-deploy.zip (HTML viewer + JSON spec) to your web server and unzip it in a public folder.
  5. Open integrated-xqual-doc.html in a browser. To enable Try It, host it on the same origin as your XQual server, or set up the Node proxy described in the README.