Feature #688
add new resource endpoint v2/swagger
Start date:
04/28/2015
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Description
Add a new resource endpoint and respective configuration parameter that enables access to a swagger specification file. In the initial implementation is for a JSON file and the media type will be application/json.
History
#1 Updated by Chad Trabant about 9 years ago
Should be able to specify a URL to location of content, just like for the WADL.
#2 Updated by Mike Stults about 9 years ago
revision 12229 - add new endpoint for v2/swagger, issue 688, and update error handling for wadl endpoint, issue 690
To test, add /v2/swagger to a swagger service and the respective json file should be returned
#3 Updated by Mike Stults about 9 years ago
- Status changed from New to Resolved
#4 Updated by Robert Weekly about 9 years ago
- Resolution set to Fixed
- Status changed from Resolved to Closed
Confirmed to work; closing ticket.
The parameter swaggerV2URL
needs to be added to the service.cfg file in order to specify this endpoint.