-
-
Notifications
You must be signed in to change notification settings - Fork 162
Closed
Labels
enhancementNew feature or improvementNew feature or improvementgood first issueGood for newcomersGood for newcomers
Description
How can I create links object using noentityframework such as the following;
{
"data": {
"type": "user",
"id": "1f42940ba0b046188b46ff43c6872eb4",
"links": {
"self": "https://www.example.com/api/v1/users/1f42940ba0b046188b46ff43c6872eb4"
},
"attributes": {
"givenName": "Fyodor Mikhailovich",
"familyName": "Dostoyevsky"
}
}
}
Metadata
Metadata
Assignees
Labels
enhancementNew feature or improvementNew feature or improvementgood first issueGood for newcomersGood for newcomers