0
0
mirror of https://github.com/Doodle3D/doodle3d-firmware.git synced 2024-11-05 06:03:23 +01:00

Update README.md

This commit is contained in:
Olaf van der Kruk 2016-04-12 11:45:14 +02:00
parent 198a7024f9
commit 777a6a01dc

View File

@ -15,8 +15,8 @@ On OSX, this can be accomplished by installing it through luarocks (run `sudo lu
Command line interface Command line interface
---------------------- ----------------------
The Doodle3D API can be called using a terminal: The Doodle3D API can be called using a terminal:
``d3dapi p=/network/scan r=GET`` ```d3dapi p=/network/scan r=GET```
Where the p parameter is the module you want to call and r is the method. Where the p parameter is the module you want to call and r is the method.
Post request can be send using the same method: Post request can be send using the same method:
``d3dapi p=/printer/print r=POST`` ```d3dapi p=/printer/print r=POST```
Parameters: TODO Parameters: TODO