Interface DefaultRotowireNflApiServiceInterface

Hierarchy

  • DefaultRotowireNflApiServiceInterface

Implemented by

Properties

defaultHeaders: {}

Type declaration

    Methods

    • Daily Projections

      Parameters

      • format: string

        Output Format - json or yaml (default)

      • Optional date: string

        Date "YYYY-MM-DD"

      • Optional extraHttpRequestParams: any

      Returns Observable<{}>

    • Injuries

      Parameters

      • format: string

        Output Format - json or yaml (default)

      • Optional extraHttpRequestParams: any

      Returns Observable<{}>

    • News Injuries

      Parameters

      • format: string

        Output Format - json or yaml (default)

      • Optional date: string

        Date &quot;YYYY-MM-DD&quot;

      • Optional hours: number

        Optional hours ahead of date (up to 2 weeks ahead)

      • Optional extraHttpRequestParams: any

      Returns Observable<{}>

    • 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

      • Optional extraHttpRequestParams: any

      Returns Observable<{}>

    Generated using TypeDoc