Skip to content

Instantly share code, notes, and snippets.

@fer
Last active November 26, 2019 10:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fer/632913ff15a27cf8cdb0c222ea61731d to your computer and use it in GitHub Desktop.
Save fer/632913ff15a27cf8cdb0c222ea61731d to your computer and use it in GitHub Desktop.
Zenklub API Simulation
{
"personalInfo": {
"name": "Name Surname",
"profession": "Professional Name",
"location": "Lisbon",
"numStars": 4,
"numReviews": 20,
"price": 160,
"currency": "R$",
"minutes": 50,
"userText": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum"
},
"availabilitySlots": [
{
"start": "2019-11-29T16:00:00.000Z",
"end": "2019-11-29T17:00:00.000Z"
},
{
"start": "2019-11-29T16:30:00.000Z",
"end": "2019-11-29T17:30:00.000Z"
},
{
"start": "2019-11-29T17:00:00.000Z",
"end": "2019-11-29T18:00:00.000Z"
},
{
"start": "2019-11-29T17:30:00.000Z",
"end": "2019-11-29T18:30:00.000Z"
},
{
"start": "2019-11-30T12:00:00.000Z",
"end": "2019-11-30T13:00:00.000Z"
},
{
"start": "2019-12-01T12:00:00.000Z",
"end": "2019-12-01T13:00:00.000Z"
},
{
"start": "2019-12-01T12:30:00.000Z",
"end": "2019-12-01T13:30:00.000Z"
},
{
"start": "2019-12-01T13:00:00.000Z",
"end": "2019-12-01T14:00:00.000Z"
},
{
"start": "2019-12-01T13:30:00.000Z",
"end": "2019-12-01T14:30:00.000Z"
},
{
"start": "2019-12-01T14:00:00.000Z",
"end": "2019-12-01T15:00:00.000Z"
},
{
"start": "2019-12-01T14:30:00.000Z",
"end": "2019-12-01T15:30:00.000Z"
},
{
"start": "2019-12-02T13:30:00.000Z",
"end": "2019-12-02T14:30:00.000Z"
},
{
"start": "2019-12-02T14:00:00.000Z",
"end": "2019-12-02T15:00:00.000Z"
},
{
"start": "2019-12-02T14:30:00.000Z",
"end": "2019-12-02T15:30:00.000Z"
},
{
"start": "2019-12-02T15:00:00.000Z",
"end": "2019-12-02T16:00:00.000Z"
},
{
"start": "2019-12-02T15:30:00.000Z",
"end": "2019-12-02T16:30:00.000Z"
},
{
"start": "2019-12-02T16:00:00.000Z",
"end": "2019-12-02T17:00:00.000Z"
},
{
"start": "2019-12-02T16:30:00.000Z",
"end": "2019-12-02T17:30:00.000Z"
},
{
"start": "2019-12-02T17:00:00.000Z",
"end": "2019-12-02T18:00:00.000Z"
},
{
"start": "2019-12-02T17:30:00.000Z",
"end": "2019-12-02T18:30:00.000Z"
},
{
"start": "2019-12-02T18:00:00.000Z",
"end": "2019-12-02T19:00:00.000Z"
},
{
"start": "2019-12-02T20:00:00.000Z",
"end": "2019-12-02T21:00:00.000Z"
},
{
"start": "2019-12-02T20:30:00.000Z",
"end": "2019-12-02T21:30:00.000Z"
},
{
"start": "2019-12-02T21:00:00.000Z",
"end": "2019-12-02T22:00:00.000Z"
},
{
"start": "2019-12-02T21:30:00.000Z",
"end": "2019-12-02T22:30:00.000Z"
},
{
"start": "2019-12-02T23:00:00.000Z",
"end": "2019-12-03T00:00:00.000Z"
}
],
"nextSlot": null,
"total": 26
}
{
"name" : "one"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment