Skip to content

Commit 3063179

Browse files
authored
Update Assignments.md
1 parent 54e53a3 commit 3063179

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Assignments/Assignments.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,19 @@
55
* The best limit for the links in the resource assembler
66
* example:
77
```
8+
[
9+
{
10+
"id": 1,
11+
"name": "Joel",
12+
"age": 22,
13+
"email": "joeljollyhere@gmail.com",
14+
"department": "Development",
15+
"links": [
16+
{
17+
"rel": "self",
18+
"href": "http://localhost:8080/api/employees/1"
19+
}
20+
]
21+
}
22+
]
23+
```

0 commit comments

Comments
 (0)