| ... | ... | @@ -5,84 +5,13 @@ Here is an example of our API : |
|
|
|
{
|
|
|
|
"@id": "https://api.alpha.happy-dev.fr/users/alice/",
|
|
|
|
"first_name": "Alice",
|
|
|
|
"groups": {
|
|
|
|
"@id": "https://api.alpha.happy-dev.fr/users/alice/groups/",
|
|
|
|
"@type": "ldp:Container",
|
|
|
|
"ldp:contains": [],
|
|
|
|
"permissions": [
|
|
|
|
{
|
|
|
|
"mode": {
|
|
|
|
"@type": "add"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"mode": {
|
|
|
|
"@type": "view"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"last_name": "Poggioli",
|
|
|
|
"username": "alice",
|
|
|
|
"email": "alice.poggioli@paca.happy-dev.fr",
|
|
|
|
"account": {
|
|
|
|
"@id": "https://api.alpha.happy-dev.fr/accounts/alice/"
|
|
|
|
},
|
|
|
|
"chatProfile": {
|
|
|
|
"@id": "https://api.alpha.happy-dev.fr/chatprofiles/alice/"
|
|
|
|
},
|
|
|
|
"name": "Alice Poggioli",
|
|
|
|
"projects": {
|
|
|
|
"@id": "https://api.alpha.happy-dev.fr/users/alice/projects/",
|
|
|
|
"@type": "ldp:Container",
|
|
|
|
"ldp:contains": [],
|
|
|
|
"permissions": [
|
|
|
|
{
|
|
|
|
"mode": {
|
|
|
|
"@type": "add"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"mode": {
|
|
|
|
"@type": "view"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"skills": {
|
|
|
|
"@id": "https://api.alpha.happy-dev.fr/users/alice/skills/",
|
|
|
|
"@type": "ldp:Container",
|
|
|
|
"ldp:contains": [],
|
|
|
|
"permissions": [
|
|
|
|
{
|
|
|
|
"mode": {
|
|
|
|
"@type": "add"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"mode": {
|
|
|
|
"@type": "view"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"jobOffers": {
|
|
|
|
"@id": "https://api.alpha.happy-dev.fr/users/alice/jobOffers/",
|
|
|
|
"@type": "ldp:Container",
|
|
|
|
"ldp:contains": [],
|
|
|
|
"permissions": [
|
|
|
|
{
|
|
|
|
"mode": {
|
|
|
|
"@type": "add"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"mode": {
|
|
|
|
"@type": "view"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"profile": {
|
|
|
|
"@id": "https://api.alpha.happy-dev.fr/profiles/alice/"
|
|
|
|
},
|
| ... | ... | |
| ... | ... | |