Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. 'prefix' => 'http://feeds.nfl.com/feeds-rs/',
  2. 'postfix' => '.json?tz=' . date_default_timezone_get(),
  3. 'endpoints' => [
  4. 'formguide' => 'schedules/byMatchup/total/{home_squad_id}/{away_squad_id}', // source of: form guide data
  5. 'injuries' => 'injuries', // source of: player statuses
  6. 'fixture' => 'schedules/{season}', // source of: matches
  7. 'roster' => 'roster/{squad_id}/{season}', // source of: squad players
  8. 'match' => 'boxscorePbp/{match_id}', // source of: match status and stats
  9. ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement