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

API Grid Endpoints #50

Closed mitchellmarshe closed 6 years ago

mitchellmarshe commented 6 years ago

api/grid/game is missing the following fields: developer (string) = primary developer for that game. genres (string, number) = genre tags for that game. articles (number) = count of referenced articles for that game.

api/grid/developer is missing the following fields: games (number) = count of referenced games for that developer. articles (number) = count of referenced articles for that developer. country (number) = number code for developer's country location. foundation (number) = founding year of developer. twitter (string) = twitter url for developer. website (string) = website url for developer.

api/grid/article is missing the following fields: games (number) = count of referenced games for that article. developers (number) = count of reference developers for that article.