You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Esther Buchwalter (Jira)" <ji...@apache.org> on 2022/03/08 14:47:00 UTC

[jira] [Created] (DRILL-8162) Add OpenAPI Specification documentation for Drill's REST API

Esther Buchwalter created DRILL-8162:
----------------------------------------

             Summary: Add OpenAPI Specification documentation for Drill's REST API
                 Key: DRILL-8162
                 URL: https://issues.apache.org/jira/browse/DRILL-8162
             Project: Apache Drill
          Issue Type: Improvement
          Components: Documentation
            Reporter: Esther Buchwalter


Used Swagger Core to produce an OpenAPI specification for Drill's REST API. Added an HTML script to produce the Swagger UI when you visit:
{code:java}
hostname:8047/static/swagger-ui.html{code}
Used Swagger annotations to populate the Swagger UI with the relevant information.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)