Skip to content

Instantly share code, notes, and snippets.

@basmoura
Last active January 16, 2019 17:51
Show Gist options
  • Save basmoura/dd20efbef646e4a4d03115caf0ad4ff1 to your computer and use it in GitHub Desktop.
Save basmoura/dd20efbef646e4a4d03115caf0ad4ff1 to your computer and use it in GitHub Desktop.
# GET /availability/:service_id/:country_id/:state_id
#
# GET /availability/std/us/ca
# GET /availability/:service_id/:country_id/:state_id
#
# GET /availability/std/us/ca
{
slot_window: 1800, # seconds
slots: [
{
date: '2019-01-01',
video: ['2019-01-01 08:00:00 UTC', '2019-01-01 08:30:00 UTC', '2019-01-01 09:00:00 UTC', '2019-01-01 09:30:00 UTC', '2019-01-01 10:00:00 UTC'],
phone: ['2019-01-01 08:00:00 UTC', '2019-01-01 08:30:00 UTC', '2019-01-01 09:00:00 UTC', '2019-01-01 09:30:00 UTC', '2019-01-01 10:00:00 UTC']
},
{
date: '2019-01-02',
video: ['2019-01-02 08:00:00 UTC', '2019-01-02 08:30:00 UTC', '2019-01-02 09:00:00 UTC', '2019-01-02 09:30:00 UTC', '2019-01-02 10:00:00 UTC'],
phone: ['2019-01-02 08:00:00 UTC', '2019-01-02 08:30:00 UTC', '2019-01-02 09:00:00 UTC', '2019-01-02 09:30:00 UTC', '2019-01-02 10:00:00 UTC']
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment