Skip to content

Instantly share code, notes, and snippets.

@quantrells
Last active December 4, 2018 03:23
Show Gist options
  • Save quantrells/b8f5163c5dbce005c271c5376fba0b37 to your computer and use it in GitHub Desktop.
Save quantrells/b8f5163c5dbce005c271c5376fba0b37 to your computer and use it in GitHub Desktop.
Class Now test Client Workouts
[{
"id":1,
"title":"Killer Arms",
"date": "Dec 2, 2018",
"templateId": 2123,
"completed":false,
"type": "arms"
},
{
"id":2,
"title":"Killer Legs",
"date": "Dec 1, 2018",
"templateId": 2123,
"completed":false,
"type": "legs"
},
{
"id":3,
"title":"Killer Chest",
"date": "Dec 3, 2018",
"templateId": 2123,
"completed":true,
"type": "chest"
},
{
"id":4,
"title":"Killer Abs",
"date": "Dec 4, 2018",
"templateId": 2123,
"completed":false,
"type": "abs"
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment