Skip to content

Instantly share code, notes, and snippets.

@lambda2
Created July 4, 2015 14:08
Show Gist options
  • Select an option

  • Save lambda2/5868fb69d3c7e52f27c4 to your computer and use it in GitHub Desktop.

Select an option

Save lambda2/5868fb69d3c7e52f27c4 to your computer and use it in GitHub Desktop.
Modifications d'API pour la v1.4.2 user#show
{
"id": 14367,
"login": "adent",
"email": "[email protected]",
"alias": [
"[email protected]",
"[email protected]",
"[email protected]"
],
"display_name": "Arthur Dent",
"image_url": "https://cdn.42.fr/userprofil/profilview/adent.jpg",
"scale_teams_url": "http://localhost:12000/users/adent/scale_teams",
"groups": [],
"staff": false,
"location": null,
"phone": null,
"correction_count": 5,
"campus": {
"name": "Paris",
"time_zone": "Paris"
},
"wallet": 0,
"etec": "2165-07-04T15:58:35.538+01:00",
"cursus": [
{
"id": 4,
"name": "Piscine C",
"end_at": null,
"level": 0,
"skills": [],
"grade": null,
"projects": []
}
],
"achievements": []
}
{
"id": 14367,
"login": "adent",
"email": "[email protected]",
"alias": [
"[email protected]",
"[email protected]",
"[email protected]"
],
"display_name": "Arthur Dent",
"image_url": "https://cdn.42.fr/userprofil/profilview/adent.jpg",
"groups": [],
"staff": false,
"location": null,
"phone": null,
"correction_count": 5,
"campus": {
"name": "Paris",
"time_zone": "Paris"
},
"wallet": 0,
"etec": "2165-07-04T16:07:12.331+01:00",
"cursus": [
{
"Piscine C": {
"level": 0,
"skills": [],
"grade": null,
"projects": []
}
}
],
"achievements": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment