Method
Swagger Method
Method Summary
| Public Methods | ||
| public |
getResponse(name: string): object Get a response by name |
|
| public |
Check if the method has a description |
|
| public |
Check if the method has a summaty |
|
| public |
Check if the method has tags |
|
| public |
walkParameters(fn: function) Walk through all parameters |
|
| public |
walkResponses(fn: function) Walk through all responses |
|
Public Methods
public getResponse(name: string): object source
Get a response by name
Params:
| Name | Type | Attribute | Description |
| name | string | The name of the response element |