//
GET
/about me
{
"name"
:
"Farshid Roohi"
,
"birthday"
:
"1992/12/15"
,
"social_links"
:
[
{
"name"
:
"Linkedin"
,
"link"
:
"http://www.linkedin.com/in/farshidroohi/"
}
,
{
"name"
:
"Github"
,
"link"
:
"https://github.com/FarshidRoohi"
}
,
{
"name"
:
"Twitter"
,
"link"
:
"https://twitter.com/FarshidRoohi"
}
,
{
"name"
:
"Stackoverflow"
,
"link"
:
"https://stackoverflow.com/users/6056489/farshid-roohi"
}
]
}