DraftService
A list of all methods in the DraftService
service. Click on the method name to view detailed information about that method.
Methods | Description |
---|---|
GetDraftInformationAsync | Retrieve draft information. |
GetDraftInformationAsync
Retrieve draft information.
- HTTP Method:
GET
- Endpoint:
/{lang}/draft
Parameters
Name | Type | Required | Description |
---|---|---|---|
lang | string | ✅ | Language code |
Return Type
object
Example Usage Code Snippet
using NhlStatsClient;
var client = new NhlStatsClientClient();
var response = await client.Draft.GetDraftInformationAsync("lang");
Console.WriteLine(response);
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs