-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresponse.json
44 lines (44 loc) · 1.17 KB
/
response.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"data": [
{
"type": "course",
"id": "1",
"attributes": {
"title": "Web Development Fundamentals",
"description": "Learn the basics of web development, including HTML, CSS, and JavaScript."
}
},
{
"type": "course",
"id": "2",
"attributes": {
"title": "Responsive Web Design",
"description": "Learn how to create websites that look great on all devices, from desktops to smartphones."
}
},
{
"type": "course",
"id": "3",
"attributes": {
"title": "JavaScript for Web Developers",
"description": "Learn how to use JavaScript to create interactive web applications."
}
},
{
"type": "course",
"id": "4",
"attributes": {
"title": "Web Development with Node.js",
"description": "Learn how to use Node.js to build scalable web applications."
}
},
{
"type": "course",
"id": "5",
"attributes": {
"title": "Advanced Web Development Techniques",
"description": "Take your web development skills to the next level with advanced techniques and best practices."
}
}
]
}