ESPN's hidden API endpoints
Latest News: http://site.api.espn.com/apis/site/v2/sports/football/college-football/news
Latest Scores: http://site.api.espn.com/apis/site/v2/sports/football/college-football/scoreboard
| private static int _bufferHeight; | |
| private static int _bufferY; | |
| public static async Task Main() | |
| { | |
| _bufferWidth = Console.WindowWidth; | |
| _bufferHeight = Console.WindowHeight; | |
| _bufferY = _bufferHeight; | |
| Console.SetBufferSize(_bufferWidth, _bufferHeight * 2); |
Latest News: http://site.api.espn.com/apis/site/v2/sports/football/college-football/news
Latest Scores: http://site.api.espn.com/apis/site/v2/sports/football/college-football/scoreboard