Sha256: b9f5e550216a89b67c46e98575e35cb18d4558cdb773598a5e830eca415d7332
Contents?: true
Size: 739 Bytes
Versions: 3
Compression:
Stored size: 739 Bytes
Contents
--- title: <%= name %> Reference language_tabs: - shell toc_footers: - <a href='#'>Sign Up for a Developer Key</a> --- # <%= name %> <%= description %> <% resources.each do |resource| %> # <%= resource.title %> <% resource.namespaced.each do |grouped_resource| %> <% grouped_resource.paths.each do |resource_by_path| %> <% resource_by_path.routes.each do |route| %> ## <%= route.route_short_description %> <%= shell_example(route, resource) %> > The above command returns JSON structured like this: ```json <%= resource.sample_response(route) %> ``` <%= route.route_description %> ### HTTP Method `<%= route.route_method %>` <%= properties_table(resource) %> <% end %> <% end %> <% end %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
grape-slate-0.0.6 | lib/grape-slate/templates/document.md.erb |
grape-slate-0.0.5 | lib/grape-slate/templates/document.md.erb |
grape-slate-0.0.4 | lib/grape-slate/templates/document.md.erb |