Last active
May 6, 2020 13:56
-
-
Save maxkramer/a1442ace74c09ba24fa8d14883c098b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
firstName: "max", | |
lastName: "kramer", | |
emailAddress: "[email protected]", | |
"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