Files
swagger-ui/src/main/html/index.html
2011-07-27 12:35:01 -07:00

7.2 KiB

<html> <head> <script src="javascript/app.ext.min.js" type="text/javascript" charset="utf-8"></script> <script src="javascript/swagger-service.js" type="text/javascript" charset="utf-8"></script> <script src="javascript/swagger-ui.js" type="text/javascript" charset="utf-8"></script> </head>

You know my methods. Apply them.


The latest API base URL is

<script id="resourceTemplate" type="text/x-jquery-tmpl">
  • </script> <script id="apiTemplate" type="text/x-jquery-tmpl">
  • </script> <script id="operationTemplate" type="text/x-jquery-tmpl">
  • Parameters

    Parameter Value Description

    Request URL

    Response Body

    Response Code

    Response Headers

    Example Ruby Request

  • </script> <script id="paramTemplateRequired" type="text/x-jquery-tmpl"> ${name} ${description} </script> <script id="paramTemplate" type="text/x-jquery-tmpl"> ${name} ${description} </script> <script id="paramTemplateRequiredReadOnly" type="text/x-jquery-tmpl"> ${name} - ${description} </script> <script id="paramTemplateReadOnly" type="text/x-jquery-tmpl"> ${name} - ${description} </script> </html>