Specifies the base service URIs used by SDK components.

Hierarchy

  • ServiceEndpoints

Constructors

  • Parameters

    • streaming: string
    • polling: string
    • events: string = ServiceEndpoints.DEFAULT_EVENTS
    • analyticsEventPath: string = '/bulk'
    • diagnosticEventPath: string = '/diagnostic'
    • includeAuthorizationHeader: boolean = true

    Returns ServiceEndpoints

Properties

analyticsEventPath: string

Valid paths are: /bulk /events/bulk/envId /mobile

diagnosticEventPath: string

Valid paths are: /diagnostic /events/diagnostic/envId /mobile/events/diagnostic

events: string
includeAuthorizationHeader: boolean
polling: string
streaming: string
DEFAULT_EVENTS: string = 'https://events.launchdarkly.com'

Generated using TypeDoc