Skip to main content

DraftService

A list of all methods in the DraftService service. Click on the method name to view detailed information about that method.

MethodsDescription
GetDraftInformationAsyncRetrieve draft information.

GetDraftInformationAsync

Retrieve draft information.

  • HTTP Method: GET
  • Endpoint: /{lang}/draft

Parameters

NameTypeRequiredDescription
langstringLanguage 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

Start for Free →