Move documentation to top level and regenerate for backend code

This commit is contained in:
2020-11-08 14:35:27 -06:00
parent 06515b0559
commit 703fffb74e
110 changed files with 28613 additions and 3286 deletions

View File

@@ -59,7 +59,7 @@ class SportsDataService extends Service {
/**
* Fetches a list of player stats for all players in the league for the given week.
* @param {number} week_num
* @return {Promise<Array<any>>>}
* @return {Promise<Array<any>>}
*/
async get_week_player_stats(week_num) {
return this.get_request(`PlayerGameProjectionStatsByWeek/${this.configs.get('server.sports_data.season')}/${week_num}`, 'projections')