Server
roll_files()
Setup method for Grids REST API.
handler_cfg (dict) – args to pass to the route
routes, database, indexes
dict
Handle multi grids requests.
Get grid entries.
{‘uuid’: {grid_data}}
Create a grid entry.
Body should contain the grid data.
{‘result’: <grid_id>}
Handle single grid requests.
Get a grid entry.
grid_id (str) – the grid id
grid entry
Update a grid entry.
Body should contain the grid data to update. Note that this will perform a merge (not replace).
updated grid entry