Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StravaWebHookSubscriptionRequest

label

STRAVA

description

This class defines the requirements for HTTP requests that must include a complex hub in the HTTP query.

We enforce the presence of fields in this request class using nestjs' Query guard that will automatically fail when the fields are not present or invalid.

This class is used in WebHooksController.subscribe to type the request format as required for valid endpoint requests.

since

v0.3.2

Hierarchy

Index

Constructors

Properties

Accessors

Constructors

Properties

The webhook subscription validation object. This field consists of several fields that are Strava-specific and may be different with other data providers, e.g. Apple Health.

access

public

var

{StravaWebHookSubscriptionFields}

Accessors

  • get subscriptionValidationObject(): object

Generated using TypeDoc