shiftinsert.nl - ShiftInsert.nl – Coldbox and VueJS untangled

Example domain paragraphs

Coldbox and VueJS untangled

Today one of my colleagues was working on some API project. He was creating some resources and just wanted to return the id of the value upon creation. So for example this call:

POST http://my.site/api/v1/company should return the id of the newly created company. We are using the coldbox RestHandler and quick for database interaction, so we were expecting the following code would generate the desired result: