Skip to content

Instantly share code, notes, and snippets.

@reksamamur
Last active December 31, 2022 03:09
Show Gist options
  • Save reksamamur/72bdc4b1e5990cbdc5d827459320958d to your computer and use it in GitHub Desktop.
Save reksamamur/72bdc4b1e5990cbdc5d827459320958d to your computer and use it in GitHub Desktop.
{
"status": "success",
"code": 200,
"data": [
{
"location": "hi",
"isWeekend": true,
"timeMills": {
"now": "1672467180000",
"next": ["1672467960000", "1672468860000", "1672469760000"]
}
},
{
"location": "lb",
"isWeekend": true,
"timeMills": {
"now": "1672466940000",
"next": ["1672467840000", "1672468740000", "1672469580000"]
}
}
],
"message": "Success getting data"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment