-
Notifications
You must be signed in to change notification settings - Fork 2
API
Galen Han edited this page Feb 6, 2017
·
8 revisions
Response
[
{
id: int,
name: string,
available: int,
capacity: int,
energyEfficiency: int,
}
,...
]Response:
{
id: int,
name: string,
available: int,
capacity: int,
energyEfficiency: int,
spaceMap: {
gridHeight: int,
gridWidth: int,
seats: [
{
coordinate: [int, int],
available: true
},
...
]
}
}Parameters:
- name - Name of library
Response:
[
{
id: int
name: string,
available: int,
capacity: int,
energyEfficiency: int,
}
,
...
]