Skip to content
This repository has been archived by the owner on Jan 15, 2022. It is now read-only.

Commit

Permalink
updated examples
Browse files Browse the repository at this point in the history
  • Loading branch information
subosito committed Sep 7, 2017
1 parent fd1b783 commit d7681c9
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 14 deletions.
7 changes: 5 additions & 2 deletions examples/alpha/07. Parameters.html
Original file line number Diff line number Diff line change
Expand Up @@ -667,8 +667,11 @@ <h3>GET</h3>

<div class="ui violet image label">Default<div class="detail">20</div></div>
</td>
<td class="eight wide"><p>The maximum number of results to return.</p>
</td>
<td class="eight wide">
<p>The maximum number of results to return.</p>


</td>
</tr>

</tbody>
Expand Down
7 changes: 5 additions & 2 deletions examples/alpha/09. Advanced Attributes.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,9 +370,12 @@ <h3>GET</h3>

<div class="ui violet image label">Default<div class="detail">10</div></div>
</td>
<td class="eight wide"><p>A limit on the number of objects to be returned. Limit can range
<td class="eight wide">
<p>A limit on the number of objects to be returned. Limit can range
between 1 and 100 items.</p>
</td>


</td>
</tr>

</tbody>
Expand Down
7 changes: 5 additions & 2 deletions examples/alpha/10. Data Structures.html
Original file line number Diff line number Diff line change
Expand Up @@ -361,9 +361,12 @@ <h3>GET</h3>

<div class="ui violet image label">Default<div class="detail">10</div></div>
</td>
<td class="eight wide"><p>A limit on the number of objects to be returned. Limit can range
<td class="eight wide">
<p>A limit on the number of objects to be returned. Limit can range
between 1 and 100 items.</p>
</td>


</td>
</tr>

</tbody>
Expand Down
10 changes: 8 additions & 2 deletions examples/alpha/12. Advanced Action.html
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,10 @@ <h3>GET</h3>


</td>
<td class="eight wide">-</td>
<td class="eight wide">
-

</td>
</tr>

</tbody>
Expand Down Expand Up @@ -412,7 +415,10 @@ <h3>DELETE</h3>


</td>
<td class="eight wide">-</td>
<td class="eight wide">
-

</td>
</tr>

</tbody>
Expand Down
14 changes: 10 additions & 4 deletions examples/alpha/Gist Fox API + Auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -821,8 +821,11 @@ <h3>GET</h3>


</td>
<td class="eight wide"><p>Timestamp in ISO 8601 format: <code>YYYY-MM-DDTHH:MM:SSZ</code> Only gists updated at or after this time are returned.</p>
</td>
<td class="eight wide">
<p>Timestamp in ISO 8601 format: <code>YYYY-MM-DDTHH:MM:SSZ</code> Only gists updated at or after this time are returned.</p>


</td>
</tr>

</tbody>
Expand Down Expand Up @@ -953,8 +956,11 @@ <h3>POST</h3>


</td>
<td class="eight wide"><p>Gist Fox API access token.</p>
</td>
<td class="eight wide">
<p>Gist Fox API access token.</p>


</td>
</tr>

</tbody>
Expand Down
7 changes: 5 additions & 2 deletions examples/alpha/Gist Fox API.html
Original file line number Diff line number Diff line change
Expand Up @@ -776,8 +776,11 @@ <h3>GET</h3>


</td>
<td class="eight wide"><p>Timestamp in ISO 8601 format: <code>YYYY-MM-DDTHH:MM:SSZ</code> Only gists updated at or after this time are returned.</p>
</td>
<td class="eight wide">
<p>Timestamp in ISO 8601 format: <code>YYYY-MM-DDTHH:MM:SSZ</code> Only gists updated at or after this time are returned.</p>


</td>
</tr>

</tbody>
Expand Down

0 comments on commit d7681c9

Please sign in to comment.