StravaEventSubscription |
WebhookAPI.createSubscription(Integer clientId,
String clientSecret,
StravaSubscriptionObjectType objectType,
StravaSubscriptionAspectType aspectType,
String callbackURL,
String verifyToken)
Creates a subscription to an allowed event
|
StravaEventSubscription |
API.createSubscription(Integer clientId,
String clientSecret,
StravaSubscriptionObjectType objectType,
StravaSubscriptionAspectType aspectType,
String callbackURL,
String verifyToken) |
void |
WebhookAPI.createSubscription(Integer clientId,
String clientSecret,
StravaSubscriptionObjectType objectType,
StravaSubscriptionAspectType aspectType,
String callbackURL,
String verifyToken,
StravaAPICallback<StravaEventSubscription> callback)
Creates a subscription to an allowed event
|
StravaAPIFuture<StravaEventSubscription> |
API.createSubscriptionAsync(Integer clientId,
String clientSecret,
StravaSubscriptionObjectType objectType,
StravaSubscriptionAspectType aspectType,
String callbackURL,
String verifyToken) |