Sha256: 04a1237779bac93d842907983f6c1188c6f47ea1229ce005233af192f59c0ddc
Contents?: true
Size: 477 Bytes
Versions: 12
Compression:
Stored size: 477 Bytes
Contents
<section> <% if options[:all_resources] %> <h1>All Resources</h1> <% end %> <h2>Interfaces</h2> <% if @endpoints.empty? %> <p> <em class="type-mute">This API currently has no endpoints available.</em> </p> <% else %> <ul class="topic__quicklinks"> <% @endpoints.each do |endpoint| %> <li> <%= link_url '#' + anchor_for(endpoint), endpoint.tag(:API).text %> </li> <% end %> </ul> <% end %> </section>
Version data entries
12 entries across 12 versions & 1 rubygems