Hierarchy

  • DefaultRotowireNflApiService

Implements

Constructors

Properties

basePath: string = 'https://api.rotowire.com/Football/NFL'
configuration: RotowireNflApi.Configuration = ...
defaultHeaders: Record<string, string> = {}
httpClient: HttpService

Methods

  • Parameters

    • consumes: string[]

      string[] mime-types

    Returns boolean

    true: consumes contains 'multipart/form-data', false: otherwise

  • Weekly Projections

    Parameters

    • format: string

      Output Format - json or yaml (default)

    • Optional position: string

      Position

    • Optional season: number

      Season year (number); default = current

    • Optional team: string

      Team Code, either a 2 or 3 character abbreviation. &quot;LA&quot; is the Rams, &quot;LAC&quot; are the Chargers.

    • Optional week: number

      Week (number); default = current

    Returns Observable<AxiosResponse<any, any>>

Generated using TypeDoc