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.
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.
STRAVA
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.
v0.3.2