Created
May 1, 2013 20:52
-
-
Save kldavis4/5498291 to your computer and use it in GitHub Desktop.
xml output of swagger-springmvc 0.4.2 for controller
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="UTF-8" standalone="yes"?><controllerDocumentation><apiVersion>1.0</apiVersion><apis><description>Operations about verticals</description><operations><deprecated>false</deprecated><httpMethod>GET</httpMethod><nickname>getVertical</nickname><notes></notes><parameters><allowMultiple>false</allowMultiple><dataType>Long</dataType><defaultValue></defaultValue><description>vertical Id</description><name>verticalId</name><notes></notes><paramType>path</paramType><required>false</required></parameters><parameters><allowMultiple>false</allowMultiple><dataType>Boolean</dataType><defaultValue></defaultValue><description>load Children</description><name>loadChildren</name><notes></notes><paramType>query</paramType><required>false</required></parameters><responseClass>ResponseEntity</responseClass><summary>get Vertical</summary></operations><path>/verticals/{verticalId}</path></apis><apis><description>Operations about verticals</description><operations><deprecated>false</deprecated><httpMethod>GET</httpMethod><nickname>getVerticals</nickname><notes></notes><parameters><allowMultiple>false</allowMultiple><allowableValues xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="documentationAllowableListValues"><valueType>LIST</valueType><values>true</values><values>false</values></allowableValues><dataType>Boolean</dataType><defaultValue></defaultValue><description>flag indicating whether child verticals should be loaded</description><name>loadChildren</name><notes></notes><paramType>query</paramType><required>false</required></parameters><responseClass>com.pontiflex.api.model.Vertical</responseClass><summary></summary></operations><path>/verticals</path></apis><basePath>http://localhost:8107/</basePath><models/><resourcePath>/vertical-service-controller</resourcePath><swaggerVersion>1.0</swaggerVersion></controllerDocumentation> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment