2015-10-21 14:07:22 +03:00
|
|
|
<div class="method">
|
|
|
|
<div class="content">
|
|
|
|
<h2>{{data.methodInfo.summary}}</h2>
|
|
|
|
<h3>
|
|
|
|
<span class="http-method" [ng-class]="data.method">{{data.method}}</span>
|
|
|
|
<span class="path">{{data.path}}</span>
|
|
|
|
</h3>
|
|
|
|
<p *ng-if="data.methodInfo.description" class="method-description">
|
|
|
|
{{data.methodInfo.description}}
|
|
|
|
</p>
|
|
|
|
<br>
|
|
|
|
<params-list pointer="{{pointer}}/parameters"> </params-list>
|
|
|
|
<br>
|
|
|
|
<responses-list pointer="{{pointer}}/responses"> </responses-list>
|
|
|
|
</div>
|
|
|
|
<div class="samples">
|
2015-10-21 17:24:04 +03:00
|
|
|
<header> Response sample </header>
|
|
|
|
<div class="snippet">
|
|
|
|
<schema-sample pointer="{{pointer}}/responses/200/schema"> <schema-sample>
|
|
|
|
</div>
|
2015-10-21 14:07:22 +03:00
|
|
|
</div>
|
|
|
|
<div>
|