Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Client

Hierarchy

  • Client

Index

Constructors

Properties

Methods

Constructors

constructor

  • new Client(apiKey: string): Client
  • Parameters

    • apiKey: string

    Returns Client

Properties

Private apiKey

apiKey: string

Private baseUrl

baseUrl: string

Private logger

logger: IDebugger

Methods

getCurrentConditions

  • getCurrentConditions(city: string, stateAbbreviation: string): Promise<object>
  • Parameters

    • city: string
    • stateAbbreviation: string

    Returns Promise<object>

Generated using TypeDoc