Last active
December 4, 2018 03:23
-
-
Save quantrells/b8f5163c5dbce005c271c5376fba0b37 to your computer and use it in GitHub Desktop.
Class Now test Client Workouts
This file contains 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
[{ | |
"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