Sha256: e65b75554a5e0d77367b4683da0feda014747cab51f3b52686a2030d757f71a3

Contents?: true

Size: 939 Bytes

Versions: 7

Compression:

Stored size: 939 Bytes

Contents

<ul class='breadcrumb'>
  <li class='active'><a href='<%= @doc[:doc_url] %>.html'><%= @doc[:name] %></a></li>
</ul>

<div><%= @doc[:info].html_safe %></div>

<h1 class='page-header'>Resources</h1>

<% @doc[:resources].sort_by(&:first).each do |key, api| %>
  <h2>
    <a href='<%= api[:doc_url] %>.html'><%= api[:name] %></a><br>
    <small><%= api[:short_description] %></small>
  </h2>
  <table class='table'>
    <thead>
      <tr>
        <th>Resource</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <% api[:methods].each do |m| %>
        <% m[:apis].each do |a| %>
          <tr>
            <td><a href='<%= m[:doc_url] %>.html'><%= a[:http_method] %> <%= a[:api_url] %></a></td>
            <td width='60%'><%= a[:short_description] %></td>
          </tr>
        <% end %>
      <% end %>
    </tbody>
  </table>
<% end %>

<% content_for :apipie_footer do %>
  <%= raw @doc[:copyright] %>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
apipie-rails-0.0.13 app/views/apipie/apipies/index.html.erb
apipie-rails-0.0.12 app/views/apipie/apipies/index.html.erb
apipie-rails-0.0.11 app/views/apipie/apipies/index.html.erb
apipie-rails-0.0.10 app/views/apipie/apipies/index.html.erb
apipie-rails-0.0.9 app/views/apipie/apipies/index.html.erb
apipie-rails-0.0.8 app/views/apipie/apipies/index.html.erb
apipie-rails-0.0.7 app/views/apipie/apipies/index.html.erb