build2be / drupal-rest-test

Test some rest functionalities against Drupal 8 REST and HAL server
8 stars 3 forks source link

Added POST of new comment in post-rest.php #4

Closed bertramakers closed 10 years ago

bertramakers commented 10 years ago

I've added a new comment in the POST request that's in post-rest.php Some fields of the comment shouldn't be in an array, so I've changed the buildPayload() function to not wrap all values in arrays and moved the wrapper arrays to the $config array.

clemens-tolboom commented 10 years ago

thanks