Skip to content

Instantly share code, notes, and snippets.

@maxkramer
Last active May 6, 2020 13:56
Show Gist options
  • Save maxkramer/a1442ace74c09ba24fa8d14883c098b4 to your computer and use it in GitHub Desktop.
Save maxkramer/a1442ace74c09ba24fa8d14883c098b4 to your computer and use it in GitHub Desktop.
{
firstName: "max",
lastName: "kramer",
emailAddress: "blah@blah.com",
"bio": "I'm really cool and stuff and whatever"
birthday: "25-10-1996",
city: "Berlin",
countryCode: "de", // ISO 3166-1 alpha-2
avatarUrl: "THIS NEEDS TO BE CHANGED, WILL UDPATE LATER, PROBABLY NEEDS SEPARATE ENDPOINT",
interests: ["Archery", "Painting"],
"illness": {
"diagnosedOn": "01-01-2020",
"diagnosis": "Being an asshat",
"currentStatus": "chemotheropy once per week"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment