Skip to content

Commit

Permalink
Doc generated after commit 1f0a80c (travis build #69)
Browse files Browse the repository at this point in the history
  • Loading branch information
poppy-bot committed Oct 23, 2015
1 parent 70276d7 commit 4ffe0d6
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Poppyprojectdocumentation.pdf.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9d3e81d74ec4c7d3c2781cc0292f2747ace9df48
02d5c17120ae31d30ac899ae731f304879a24ef8
6 changes: 5 additions & 1 deletion _sources/gettingstarted/quickstarts/restapi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ Thanks to this REST API it is easy to:

> *Warning:* The REST API is still under active development and should be improved and stabilized soon.

The REST API gives you access to most of the Poppy Creature's sensors and motors registers. You can retrieve and send values to the moros. You can also control primitives (start and stop them for instance). The exhaustive list can be seen [here](https://github.com/poppy-project/pypot/blob/master/REST-APIs.md). A few examples are given in the table below:
The REST API gives you access to most of the Poppy Creature's sensors and motors registers. You can retrieve and send values to the moros. You can also control primitives (start and stop them for instance). The exhaustive list can be seen [here](https://github.com/poppy-project/pypot/blob/master/REST-APIs.md).

To use the REST API, run it via the homepage Poppy: [http://poppy.local](http://poppy.local) by launching "poppy-monitor." Then send your HTTP request preceded by poppy.local:8080,
exemple: http://poppy.local:8080/motor/list.json

A few requests are given in the table below: (all is [here](https://github.com/poppy-project/pypot/blob/master/REST-APIs.md))

| Functionality | URL |
|-----------------------------------------------|-----------------------------------------|
Expand Down
5 changes: 4 additions & 1 deletion gettingstarted/quickstarts/restapi.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,10 @@ <h3>Quick search</h3>
</ul>
<blockquote>
<div><em>Warning:</em> The REST API is still under active development and should be improved and stabilized soon.</div></blockquote>
<p>The REST API gives you access to most of the Poppy Creature&#8217;s sensors and motors registers. You can retrieve and send values to the moros. You can also control primitives (start and stop them for instance). The exhaustive list can be seen <a class="reference external" href="https://github.com/poppy-project/pypot/blob/master/REST-APIs.md">here</a>. A few examples are given in the table below:</p>
<p>The REST API gives you access to most of the Poppy Creature&#8217;s sensors and motors registers. You can retrieve and send values to the moros. You can also control primitives (start and stop them for instance). The exhaustive list can be seen <a class="reference external" href="https://github.com/poppy-project/pypot/blob/master/REST-APIs.md">here</a>.</p>
<p>To use the REST API, run it via the homepage Poppy: <a class="reference external" href="http://poppy.local">http://poppy.local</a> by launching &#8220;poppy-monitor.&#8221; Then send your HTTP request preceded by poppy.local:8080,
exemple: http://poppy.local:8080/motor/list.json</p>
<p>A few requests are given in the table below: (all is <a class="reference external" href="https://github.com/poppy-project/pypot/blob/master/REST-APIs.md">here</a>)</p>
<p>| Functionality | URL |
|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;|
| Get motors list. | GET /motor/list.json |
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

0 comments on commit 4ffe0d6

Please sign in to comment.