get https://api.robinpowered.com/v1.0/locations//spaces?include=
Get all of a location's spaces
Optional Includes
You can optionally include each space's calendar in the response via /location/:id/spaces?include=calendar.
The space state entity is includable as well with ?include=state:
{
"availability": "available",
"present": 1,
"next_busy_change": "2016-11-14T11:30:00+0000"
}The next_busy_change describes the next time when the space will transition from available to busy, or vice versa. If there are no busy changes in the near future, this calue may be null.
