techninja / cncserver

A RESTful API server for driving serial based CNC devices
133 stars 39 forks source link

Add documentation for "scratch" API #53

Closed oskay closed 10 years ago

oskay commented 10 years ago

The scratch API is nicely merged in! It would be great to add documentation for the new API commands to the existing API docs.

techninja commented 10 years ago

Ehhh.. The current REST API docs are very long, and the scratch API stuff is totally non-RESTy and aren't tested in the usual way, so I'll probably just make a new doc for it like I did for the node API. SCRATCH.API.MD is probably a good bet.

techninja commented 10 years ago

Done! Might need some fixes, though it looks good enough for now.