Sha256: 005fdd7bca43e9cd9698a6853baf24d684c682822228a3be3545f189c96f7c59

Contents?: true

Size: 754 Bytes

Versions: 2

Compression:

Stored size: 754 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_description %>

<%= shell_example(route, resource) %>

> The above command returns JSON structured like this:

```json
<%= resource.sample_response(route) %>
```
<%= route.route_description %>

### HTTP Request

`<%= route.route_method %>`

### URL Parameters

<%= properties_table(resource) %>

      <% end %>
    <% end %>
  <% end %>
<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
grape-slate-0.0.3 lib/grape-slate/templates/document.md.erb
grape-slate-0.0.2 lib/grape-slate/templates/document.md.erb