ScoreboardService
A list of all methods in the ScoreboardService
service. Click on the method name to view detailed information about that method.
Methods | Description |
---|---|
GetCurrentTeamScoreboardAsync | Retrieve the scoreboard for a specific team as of the current moment. |
GetCurrentTeamScoreboardAsync
Retrieve the scoreboard for a specific team as of the current moment.
- HTTP Method:
GET
- Endpoint:
/v1/scoreboard/{team}/now
Parameters
Name | Type | Required | Description |
---|---|---|---|
team | string | ✅ | Three-letter team code |
Return Type
object
Example Usage Code Snippet
using NhlClient;
var client = new NhlClientClient();
var response = await client.Scoreboard.GetCurrentTeamScoreboardAsync("team");
Console.WriteLine(response);
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs