I am creating REST API for that i designed a RAML file which just get the details from database and post/insert the new contacts into it.My issues are:
1. I am getting all the table details but unable to get specific user details.
2. Unable to insert the new contact details to the database using post method.
3. Need a query so that i can insert the data into DB.