In the previous posts, we have gone through some examples about working with Drupal 8 RESTful web service.
- Drupal 8 – Setup the RESTful Service @ 1
- Connect Drupal 8 RESTful Service with Guzzle PHP Web Service Client @ 1
- Drupal 8 – Login in Guzzle Web Service Client @ 1
We can also add node to Drupal through web service. But as i mentioned before, the RESTful feature is not fully completed so we can only create a node with a title. Here is a example web service client in PHP using Guzzle.
Continue reading Drupal 8 – Create a node through RESTful Web Service @ 1