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

As a developer, I want a RESTful API that lets me query primary and secondary models along with their relationships. #56

Closed mitchellmarshe closed 6 years ago

mitchellmarshe commented 6 years ago

Time estimation: 3 hours Assumption: Models are defined correctly Actual Time: 6 hours

Our RESTful API contains those queries.

therealsamf commented 6 years ago

Our API is here: http://api.gameframe.online

Documentation here We used Flask Restless to create the relationships for us, all of which are documented in the link posted above