mirror of
https://github.com/longbridge/developers.git
synced 2026-09-19 03:34:09 +08:00
19 lines
427 B
Modula-2
19 lines
427 B
Modula-2
{{? data.response.links }}
|
|
|
|
#### Links
|
|
|
|
{{ for (var l in data.response.links) { }}
|
|
{{ var link = data.response.links[l]; }}
|
|
|
|
**{{=l}}** => {{?link.operationId}}<a href="#opId{{=link.operationId}}">{{=link.operationId}}</a>{{??}}{{=link.operationRef}}{{?}}
|
|
|
|
{{? link.parameters }}
|
|
|Parameter|Expression|
|
|
|---|---|
|
|
{{for (var p in link.parameters) { }}|{{=p}}|{{=link.parameters[p]}}|{{ } }}
|
|
{{?}}
|
|
|
|
{{ } /* of links */ }}
|
|
|
|
{{?}}
|