[teiid-issues] [JBoss JIRA] (TEIID-3615) Add a api-docs page with Swagger-UI in REST Service Through VDB

Steven Hawkins (JIRA) issues at jboss.org
Wed Oct 14 08:44:00 EDT 2015


     [ https://issues.jboss.org/browse/TEIID-3615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steven Hawkins updated TEIID-3615:
----------------------------------
    Fix Version/s:     (was: 9.0)


> Add a api-docs page with Swagger-UI in REST Service Through VDB
> ---------------------------------------------------------------
>
>                 Key: TEIID-3615
>                 URL: https://issues.jboss.org/browse/TEIID-3615
>             Project: Teiid
>          Issue Type: Feature Request
>    Affects Versions: 8.12
>            Reporter: Kylin Soong
>            Assignee: Kylin Soong
>
> With document [1], we can use REST API to access the data in VDB, for example, there are 4 procedures defined in PortfolioRest VDB as [2] under 'Rest' Model:
> * foo
> * getAllStocks
> * getAllStockById
> * getAllStockBySymbol
> Correspondingly, there are 4 api:
> * http://localhost:8080/portfoliorest_1/rest/foo
> * http://localhost:8080/portfoliorest_1/rest/getAllStocks
> * http://localhost:8080/portfoliorest_1/rest/getAllStockById/{id}
> * http://localhost:8080/portfoliorest_1/rest/getAllStockBySymbol/{symbol}
> With Swagger UI, it's easy to add a api-doc page for all api, [3] is a example.
> [1] https://docs.jboss.org/author/display/TEIID/REST+Service+Through+VDB
> [2] https://raw.githubusercontent.com/kylinsoong/teiid-quickstarts/master/dynamicvdb-restservice/src/vdb/portfolio-rest-vdb.xml
> [3] http://petstore.swagger.io/



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list