Skip to content

Instantly share code, notes, and snippets.

@muhammadghazali
Last active December 16, 2015 08:58
Show Gist options
  • Save muhammadghazali/5409322 to your computer and use it in GitHub Desktop.
Save muhammadghazali/5409322 to your computer and use it in GitHub Desktop.
ghanoz-json: Event Details resource representations design in JSON
{
"url": "http://example.com/event/511206849146c42125000001",
"data": {
"title": "Free event",
"shortDescription": "Free event for students",
"times": [
{
"milliseconds": 1613028781634,
"fullFormat": "Thu Feb 11 2021 14:33:01 GMT+0700 (WIT)",
"year": 2021,
"month": 1,
"date": 11,
"day": 1
}
],
"isPassed": false,
"rating": 3,
"lastUpdated": 1612928781634,
"timestamp": 1612928781634,
"_id": "511206849146c42125000001"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment