Skip to content

Commit

Permalink
updated documentation to include sort support
Browse files Browse the repository at this point in the history
  • Loading branch information
zanchin committed Aug 5, 2012
1 parent b9dbd55 commit 07f12a2
Show file tree
Hide file tree
Showing 8 changed files with 1,596 additions and 1,481 deletions.
2 changes: 1 addition & 1 deletion docs/files.html
Expand Up @@ -167,7 +167,7 @@ <h1 class="classTitle">List of Files</h1>
</div> </div>
<footer> <footer>
<h1>Copyright &copy;2012 CloudMine, LLC. All Rights Reserved.</h1> <h1>Copyright &copy;2012 CloudMine, LLC. All Rights Reserved.</h1>
<div>Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Mon Jul 02 2012 22:03:47 GMT-0700 (PDT)</div> <div>Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Sun Aug 05 2012 11:52:26 GMT-0400 (EDT)</div>
</footer> </footer>
</body> </body>
</html> </html>
2 changes: 1 addition & 1 deletion docs/index.html
Expand Up @@ -178,7 +178,7 @@ <h1 class="classTitle">List of JavaScript Classes</h1>
</div> </div>
<footer> <footer>
<h1>Copyright &copy;2012 CloudMine, LLC. All Rights Reserved.</h1> <h1>Copyright &copy;2012 CloudMine, LLC. All Rights Reserved.</h1>
<div>Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Mon Jul 02 2012 22:03:47 GMT-0700 (PDT)</div> <div>Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Sun Aug 05 2012 11:52:26 GMT-0400 (EDT)</div>
</footer> </footer>
</body> </body>
</html> </html>
56 changes: 55 additions & 1 deletion docs/symbols/APICall.html
Expand Up @@ -220,6 +220,16 @@ <h1>
</td> </td>
</tr> </tr>


<tr>
<td class="attributes">&nbsp;</td>
<td class="nameDescription">
<div class="fixedFont"><b><a href="../symbols/APICall.html#getHeader">getHeader</a></b>(key)
</div>
<div class="description">Get a response header using case insensitive searching
Note: It is faster to use the exact casing as no searching is necessary when matching.</div>
</td>
</tr>

<tr> <tr>
<td class="attributes">&nbsp;</td> <td class="attributes">&nbsp;</td>
<td class="nameDescription"> <td class="nameDescription">
Expand Down Expand Up @@ -416,6 +426,50 @@ <h1>






<hr />

<a name="getHeader"> </a>
<div class="fixedFont">

<span class="light">{string|null}</span>
<b>getHeader</b>(key)

</div>
<div class="description">
Get a response header using case insensitive searching
Note: It is faster to use the exact casing as no searching is necessary when matching.


</div>




<dl class="detailList">
<dt class="heading">Parameters:</dt>

<dt>
<span class="light fixedFont">{string}</span> <b>key</b>

</dt>
<dd>The header to retrieve, case insensitive.</dd>

</dl>





<dl class="detailList">
<dt class="heading">Returns:</dt>

<dd><span class="light fixedFont">{string|null}</span> The value of the header, or null</dd>

</dl>




<hr /> <hr />


<a name="off"> </a> <a name="off"> </a>
Expand Down Expand Up @@ -715,7 +769,7 @@ <h1>
</div> </div>
<footer> <footer>
<h1>Copyright &copy;2012 CloudMine, LLC. All Rights Reserved.</h1> <h1>Copyright &copy;2012 CloudMine, LLC. All Rights Reserved.</h1>
<div>Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Mon Jul 02 2012 22:03:46 GMT-0700 (PDT)</div> <div>Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Sun Aug 05 2012 11:52:26 GMT-0400 (EDT)</div>
</footer> </footer>
</body> </body>
</html> </html>
2 changes: 1 addition & 1 deletion docs/symbols/HttpRequest.html
Expand Up @@ -436,7 +436,7 @@ <h1>
</div> </div>
<footer> <footer>
<h1>Copyright &copy;2012 CloudMine, LLC. All Rights Reserved.</h1> <h1>Copyright &copy;2012 CloudMine, LLC. All Rights Reserved.</h1>
<div>Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Mon Jul 02 2012 22:03:46 GMT-0700 (PDT)</div> <div>Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Sun Aug 05 2012 11:52:26 GMT-0400 (EDT)</div>
</footer> </footer>
</body> </body>
</html> </html>
8 changes: 7 additions & 1 deletion docs/symbols/WebService.html
Expand Up @@ -561,6 +561,12 @@ <h1>
</dt> </dt>
<dd>Set the default result limit for requests</dd> <dd>Set the default result limit for requests</dd>


<dt>
<span class="light fixedFont">{string}</span> <b>Default.sort</b>
<i>Optional</i>
</dt>
<dd>Set the field on which to sort results</dd>

<dt> <dt>
<span class="light fixedFont">{integer}</span> <b>Default.skip</b> <span class="light fixedFont">{integer}</span> <b>Default.skip</b>
<i>Optional</i> <i>Optional</i>
Expand Down Expand Up @@ -1999,7 +2005,7 @@ <h1>
</div> </div>
<footer> <footer>
<h1>Copyright &copy;2012 CloudMine, LLC. All Rights Reserved.</h1> <h1>Copyright &copy;2012 CloudMine, LLC. All Rights Reserved.</h1>
<div>Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Mon Jul 02 2012 22:03:46 GMT-0700 (PDT)</div> <div>Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Sun Aug 05 2012 11:52:26 GMT-0400 (EDT)</div>
</footer> </footer>
</body> </body>
</html> </html>
2 changes: 1 addition & 1 deletion docs/symbols/_global_.html
Expand Up @@ -176,7 +176,7 @@ <h2 id='secondary-nav'>
</div> </div>
<footer> <footer>
<h1>Copyright &copy;2012 CloudMine, LLC. All Rights Reserved.</h1> <h1>Copyright &copy;2012 CloudMine, LLC. All Rights Reserved.</h1>
<div>Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Mon Jul 02 2012 22:03:46 GMT-0700 (PDT)</div> <div>Documentation generated by <a href="http://code.google.com/p/jsdoc-toolkit/" target="_blankt">JsDoc Toolkit</a> 2.4.0 on Sun Aug 05 2012 11:52:25 GMT-0400 (EDT)</div>
</footer> </footer>
</body> </body>
</html> </html>

0 comments on commit 07f12a2

Please sign in to comment.