cilki / gameframe.online

GameFrame is a gaming analytics website created for CS373
http://gameframe.online
Apache License 2.0
5 stars 1 forks source link

Streamline GET requests #30

Closed cilki closed 6 years ago

cilki commented 6 years ago

Flask-Restless supposedly supports Sparse Fieldsets, but I can't seem to get it working. This will be important for the grid page where only certain fields are needed.

If we can't get selective fields to work, then we can make a separate endpoint for list requests, but that would not be a clean solution.

cilki commented 6 years ago

Although it was discovered that sparse fieldsets are not supported by flask-restless, we accomplished this by creating optimized endpoints for the grids.