UNPKG
northwind-rest-api
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Local REST API Exposing Northwind Database.
northwind-rest-api
/
backend
/
database
/
contact-us.json
16 lines
•
343 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[ {
"id"
:
1
,
"name"
:
"Lisa Simpson"
,
"email"
:
"lisa
@gmail
.com"
,
"phone"
:
"0509876543"
,
"message"
:
"This is an Amazing Product!"
}, {
"id"
:
2
,
"name"
:
"Bart Simpson"
,
"email"
:
"bart
@gmail
.com"
,
"phone"
:
"0521234567"
,
"message"
:
"Cool REST API!"
} ]