| Package | Description |
|---|---|
| javastrava.api.v3.rest | |
| javastrava.api.v3.service | |
| javastrava.api.v3.service.impl |
| Modifier and Type | Method and Description |
|---|---|
StravaAthlete |
AthleteAPI.getAthlete(Integer id) |
StravaAthlete |
AthleteAPI.getAuthenticatedAthlete() |
StravaAthlete[] |
ActivityAPI.listActivityKudoers(Integer id,
Integer page,
Integer perPage) |
StravaAthlete[] |
AthleteAPI.listAthleteFriends(Integer id,
Integer page,
Integer perPage) |
StravaAthlete[] |
AthleteAPI.listAthletesBothFollowing(Integer id,
Integer page,
Integer perPage) |
StravaAthlete[] |
AthleteAPI.listAuthenticatedAthleteFriends(Integer page,
Integer perPage) |
StravaAthlete[] |
ClubAPI.listClubMembers(Integer id,
Integer page,
Integer perPage) |
StravaAthlete |
AthleteAPI.updateAuthenticatedAthlete(String city,
String state,
String country,
StravaGender sex,
Float weight) |
| Modifier and Type | Method and Description |
|---|---|
StravaAthlete |
AthleteService.getAthlete(Integer id)
This request is used to retrieve information about any
athlete on Strava. |
StravaAthlete |
AthleteService.getAuthenticatedAthlete()
This request is used to retrieve information about the currently authenticated
athlete. |
StravaAthlete |
AthleteService.updateAuthenticatedAthlete(String city,
String state,
String country,
StravaGender sex,
Float weight)
Updates the personal details of the currently authenticated
athlete. |
| Modifier and Type | Method and Description |
|---|---|
List<StravaAthlete> |
ActivityService.listActivityKudoers(Integer id)
A kudos is Strava's version of a 'like' or '+1'.
|
List<StravaAthlete> |
ActivityService.listActivityKudoers(Integer id,
Paging pagingInstruction)
A kudos is Strava's version of a 'like' or '+1'.
|
List<StravaAthlete> |
ActivityService.listAllActivityKudoers(Integer activityId)
List ALL kudoers on an activity, regardless of how many there are
|
List<StravaAthlete> |
AthleteService.listAllAthleteFriends(Integer athleteId)
Convenience method for returning ALL of an athlete's friends
|
List<StravaAthlete> |
AthleteService.listAllAthletesBothFollowing(Integer athleteId)
Convenience method for returning ALL of the athletes that both the authenticated athlete and the given athlete are following
|
List<StravaAthlete> |
AthleteService.listAllAuthenticatedAthleteFriends()
Convenience method for returning ALL of the authenticated athlete's friends
|
List<StravaAthlete> |
ClubService.listAllClubMembers(Integer clubId)
Convenience method for returning ALL of the members of a club
|
List<StravaAthlete> |
AthleteService.listAthleteFriends(Integer id)
Friends are users an
athlete is following. |
List<StravaAthlete> |
AthleteService.listAthleteFriends(Integer id,
Paging pagingInstruction)
Friends are users an
athlete is following. |
List<StravaAthlete> |
AthleteService.listAthletesBothFollowing(Integer id)
Retrieve the
athletes who both the authenticated athlete and the indicated athlete are following. |
List<StravaAthlete> |
AthleteService.listAthletesBothFollowing(Integer id,
Paging pagingInstruction)
Retrieve the
athletes who both the authenticated athlete and the indicated athlete are following. |
List<StravaAthlete> |
AthleteService.listAuthenticatedAthleteFriends()
Friends are users the current
athlete is following. |
List<StravaAthlete> |
AthleteService.listAuthenticatedAthleteFriends(Paging pagingInstruction)
Friends are users the current
athlete is following. |
List<StravaAthlete> |
ClubService.listClubMembers(Integer id)
|
List<StravaAthlete> |
ClubService.listClubMembers(Integer id,
Paging pagingInstruction)
|
| Modifier and Type | Method and Description |
|---|---|
StravaAthlete |
AthleteServiceImpl.getAthlete(Integer id) |
StravaAthlete |
AthleteServiceImpl.getAuthenticatedAthlete() |
StravaAthlete |
AthleteServiceImpl.updateAuthenticatedAthlete(String city,
String state,
String country,
StravaGender sex,
Float weight) |
Copyright © 2015 Dan Shannon. All rights reserved.