PlayerSpotlightService
A list of all methods in the PlayerSpotlightService
service. Click on the method name to view detailed information about that method.
Methods | Description |
---|---|
GetPlayerSpotlightAsync | Retrieve information about players in the "spotlight". |
GetPlayerSpotlightAsync
Retrieve information about players in the "spotlight".
- HTTP Method:
GET
- Endpoint:
/v1/player-spotlight
Return Type
object
Example Usage Code Snippet
using NhlClient;
var client = new NhlClientClient();
var response = await client.PlayerSpotlight.GetPlayerSpotlightAsync();
Console.WriteLine(response);
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs