| Package | Description |
|---|---|
| javastrava.api.v3.auth | |
| javastrava.api.v3.auth.impl.retrofit | |
| javastrava.api.v3.rest | |
| javastrava.api.v3.service |
| Modifier and Type | Method and Description |
|---|---|
TokenResponse |
TokenService.deauthorise(Token accessToken)
Allows an application to revoke its access to an athlete's data.
|
Token |
AuthorisationService.tokenExchange(Integer clientId,
String clientSecret,
String code,
AuthorisationScope... scopes)
Strava will respond to the authorization request by redirecting the user/browser to the redirect_uri provided.
|
| Modifier and Type | Method and Description |
|---|---|
TokenResponse |
TokenServiceImpl.deauthorise(Token accessToken) |
static TokenService |
TokenServiceImpl.instance(Token token)
Returns an instance of
token services |
Token |
AuthorisationServiceImpl.tokenExchange(Integer clientId,
String clientSecret,
String code,
AuthorisationScope... scopes) |
| Modifier and Type | Method and Description |
|---|---|
TokenResponse |
TokenAPI.deauthorise(String accessToken) |
StravaStream[] |
StreamAPI.getActivityStreams(Integer id,
String types,
StravaStreamResolutionType resolution,
StravaStreamSeriesDownsamplingType seriesType) |
StravaStream[] |
StreamAPI.getEffortStreams(Long id,
String types,
StravaStreamResolutionType resolution,
StravaStreamSeriesDownsamplingType seriesType) |
StravaStream[] |
StreamAPI.getSegmentStreams(Integer id,
String types,
StravaStreamResolutionType resolution,
StravaStreamSeriesDownsamplingType seriesType) |
TokenResponse |
AuthorisationAPI.tokenExchange(Integer clientId,
String clientSecret,
String code) |
| Modifier and Type | Method and Description |
|---|---|
StravaUploadResponse |
UploadService.checkUploadStatus(Integer id)
Upon upload, Strava will respond with an upload ID.
|
StravaAthlete |
AthleteService.getAthlete(Integer id)
This request is used to retrieve information about any
athlete on Strava. |
Copyright © 2015 Dan Shannon. All rights reserved.