northwind-rest-api
Version:
Local REST API Exposing 'Northwind Traders' Database.
16 lines • 375 B
JSON
[
{
"id": 1,
"name": "David Brown",
"email": "david.brown@gmail.com",
"phone": "(212) 555-0147",
"message": "This is an Amazing Product!"
},
{
"id": 2,
"name": "Jessica Thompson",
"email": "jessica-thompson@outlook.com",
"phone": "(416) 555-0283",
"message": "Cool REST API!"
}
]