Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • KEYS: string

Hierarchy

  • WebRequestFlagSource

Implements

Index

Constructors

Methods

Constructors

  • creates a flag source for fetching the flag values from a url. The return response is used directly by default, however the source supports passing in any arguments supported by Axios.request(), including transformResponse.

    Type parameters

    • KEYS: string

    Parameters

    • args: AxiosRequestConfig<any>

      the axios args to use when making the http request

    Returns WebRequestFlagSource<KEYS>

Methods

Generated using TypeDoc