marcoschwartz / aREST

A RESTful environment for Arduino
http://aREST.io/
Other
1.2k stars 279 forks source link

Passing JSON through post request possible ? #270

Closed estock closed 3 years ago

estock commented 5 years ago

I'm wondering if there is a way to post data parameters with your request other than to pass them through the query string. Specifically I'm for a way to post JSON data, in the same way you might pass data in a post request and parse it out on the back end.

marcoschwartz commented 3 years ago

Hello, we didn't yet implement POST requests for the aREST API but it is on our to-do list for next features :)