Skip to content

Commit

Permalink
regenerated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Davis Barber committed Oct 10, 2011
1 parent 67f6b60 commit 5acffb7
Show file tree
Hide file tree
Showing 67 changed files with 3,500 additions and 160 deletions.
10 changes: 9 additions & 1 deletion configuration_api.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html><html lang="en"><head><title>BUGswarm Developers</title><link rel="stylesheet" href="bootstrap/bootstrap.css"><link rel="stylesheet" href="css/this.css"><link rel="stylesheet" href="js/google-code-prettify/prettify.css"><script src="http://code.jquery.com/jquery-1.5.2.js"></script><script src="js/google-code-prettify/prettify.js"></script><script src="js/application.js"></script><script src="js/google-analytics.js"></script></head><body><!-- NAVIGATION--><div class="topbar"><div class="topbar-inner"><div class="container"><h3><a id="banner" href="index.html">BUGswarm Developers</a></h3><ul class="nav"><li class="dropdown nav-dropdown"><a href="api_documentation.html" class="dropdown-toggle">API Documentation</a><ul class="dropdown-menu"><li><a href="configuration_api.html">Configuration</a></li><li><a href="participation_api.html">Participation</a></li></ul></li><li><a href="tools.html">Tools</a></li><li><a href="libraries.html">Libraries</a></li><li><a href="tutorial.html">Tutorial</a></li><li><a href="applications.html">Applications</a></li></ul></div></div></div><!-- CONTAINER--><div class="container-fluid"><!-- SIDEBAR--><div class="sidebar"><strong>Jump to:</strong><ul class="unstyled"><li><h5><a href="#api-keys">API Keys<li><h5><a href="#user-resources">User Resources</a></h5></li><li><h5><a href="#swarms">Swarms</a></h5></li><li><h5><a href="#swarm-resources">Swarm Resources</a></h5></li></a></h5></li></ul></div><!-- CONTENT--><div class="content"><!-- Path--><div class="page-header"><a href="index.html">Home</a> &rarr;
<!DOCTYPE html><html lang="en"><head><title>BUGswarm Developers</title><link rel="stylesheet" href="bootstrap/bootstrap.css"><link rel="stylesheet" href="css/this.css"><link rel="stylesheet" href="js/google-code-prettify/prettify.css"><script src="http://code.jquery.com/jquery-1.5.2.js"></script><script src="js/google-code-prettify/prettify.js"></script><script src="js/application.js"></script><script src="js/google-analytics.js"></script></head><body><!-- NAVIGATION--><div class="topbar"><div class="topbar-inner"><div class="container"><h3><a id="banner" href="index.html">BUGswarm Developers</a></h3><ul class="nav"><li class="dropdown nav-dropdown"><a href="api_documentation.html" class="dropdown-toggle">API Documentation</a><ul class="dropdown-menu"><li><a href="configuration_api.html">Configuration</a></li><li><a href="participation_api.html">Participation</a></li></ul></li><li><a href="tools.html">Tools</a></li><li><a href="libraries.html">Libraries</a></li><li><a href="tutorial.html">Tutorial</a></li><li><a href="applications.html">Applications</a></li></ul></div></div></div><!-- CONTAINER--><div class="container-fluid"><!-- SIDEBAR--><div class="sidebar"><strong>Jump to:</strong><ul class="unstyled"><li><h5><a href="#api-keys">API Keys<li><h5><a href="#user-resources">User Resources</a></h5></li><li><h5><a href="#swarms">Swarms</a></h5></li><li><h5><a href="#swarm-resources">Swarm Resources</a></h5></li><li><h5><a href="#invitations">Invitations</a></h5></li></a></h5></li></ul></div><!-- CONTENT--><div class="content"><!-- Path--><div class="page-header"><a href="index.html">Home</a> &rarr;
<a href="api_documentation.html">API Documentation</a></div><!-- Header--><h1>Configuration</h1><p>Configure swarms and their resources through the use of our RESTful API. Be sure to check out the
<a href="tools.html">Tools</a> page for quick and easy ways to jump right into using this API.
</p><!-- API Keys--><h3><a id="api-keys" href="restful_api_keys.html">API Keys</a></h3><p>API keys are used as credentials when interacting with BUGswarm.
Expand Down Expand Up @@ -33,4 +33,12 @@
regarding the resource to remove.
</p></div></div><div class="page-header"></div><!-- list--><div class="row"><div class="span6 columns"><a href="restful_swarm_resources.html#list">List (GET)</a></div><div class="span10 columns"><p>List the resources in a swarm. Users may choose to list all resources, only
consuming resources, or only producing resources.
</p></div></div><div class="page-header"></div><!-- Invitations--><h3><a id="invitations" href="restful_invitations.html">Invitations</a></h3><p>Expose BUGswarm's unique social presence by inviting other users' resources to join your swarms
and share in the production and consumption of data. Accept invitations from other users to join
their swarms as well.
</p><div class="row"><div class="span6 columns"><h5>Method</h5></div><div class="span6 columns"><h5>Description</h5></div></div><div class="page-header"></div><!-- send--><div class="row"><div class="span6 columns"><a href="restful_invitations.html#send">Send (POST)</a></div><div class="span10 columns"><p>Send an invitation to another user's resource to join your swarm.
</p></div></div><div class="page-header"></div><!-- list sent invitations--><div class="row"><div class="span6 columns"><a href="restful_invitations.html#list-sent-invitations">List Sent Invitations (GET)</a></div><div class="span10 columns"><p>List all the invitations sent from your user account for resources to join a specific swarm.
</p></div></div><div class="page-header"></div><!-- list received invitations--><div class="row"><div class="span6 columns"><a href="restful_invitations.html#list-received-invitations">List Received Invitations (GET)</a></div><div class="span10 columns"><p>List the invitations received by your user account from other users. List all invitations or only those
sent to specific resources.
</p></div></div><div class="page-header"></div><!-- respond--><div class="row"><div class="span6 columns"><a href="restful_invitations.html#respond">Respond (PUT)</a></div><div class="span10 columns"><p>Respond to received invitations by either accepting or rejecting.
</p></div></div><div class="page-header"></div></div></div></body></html>
Binary file added node_modules/markdown-js/.package.json.swn
Binary file not shown.
Binary file added node_modules/markdown-js/.package.json.swo
Binary file not shown.
Binary file added node_modules/markdown-js/.package.json.un~
Binary file not shown.
9 changes: 9 additions & 0 deletions node_modules/markdown-js/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions node_modules/markdown-js/bin/markdown

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added node_modules/markdown-js/lib/.markdown.js.un~
Binary file not shown.
Loading

0 comments on commit 5acffb7

Please sign in to comment.