Skip to content

Instantly share code, notes, and snippets.

@hpstuff
Last active July 29, 2016 11:53
Show Gist options
  • Save hpstuff/c845be096aeb7b85bca03cb45b9c93b5 to your computer and use it in GitHub Desktop.
Save hpstuff/c845be096aeb7b85bca03cb45b9c93b5 to your computer and use it in GitHub Desktop.
List<BusinesHours> hours;
List<WeekViewModel> weeks;
{
"data": [
{
"type": "business_hours",
"id": "21",
"attributes": {
"id": "21",
"doctor_id": "5",
"day": "2",
"fromtime": "00:10:33",
"totime": "00:22:22"
}
},
{
"type": "business_hours",
"id": "20",
"attributes": {
"id": "20",
"doctor_id": "5",
"day": "3",
"fromtime": "00:01:23",
"totime": "00:12:22"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment