aacerox / node-rest-client

REST API client from node.js
MIT License
376 stars 132 forks source link

Develop REST service POST #182

Closed Ondescone closed 6 years ago

Ondescone commented 6 years ago

I have to execute the following workflow created using the standard bpmn with Camunda: ex_differenza_xml_camunda This is the json server:

middleware (1).txt

Now I have to create a client using POST method to receive the data(like the id of the RFID) and to evolve the workflow. How can I do that?