cncserver icon indicating copy to clipboard operation
cncserver copied to clipboard

Create API wrappers! (SDK)

Open techninja opened this issue 12 years ago • 1 comments

These will be a language specific object/function based wrapper for the ReSTful API. A new repository should be created for each wrapper as cncserver-sdk-[LANGUAGE]. All the wrappers should work similarly and expose similar methods of interaction to allow at least 90% shared documentation.

The first one will be a JavaScript API with others to come and be defined here or in new tickets. Some possible languages to be included:

  • Node.js (client module)
  • Python
  • Ruby
  • PHP
  • Java

Interface should be based around, but not restricted to the ReSTful API endpoints. "Higher level" things like outputting x/y coordinates for simple shapes or alternate buffers for streaming.

techninja avatar Dec 06 '13 16:12 techninja

openFrameworks

techninja avatar Feb 20 '14 23:02 techninja