public interface SegmentEffortAPI
API definition of segment effort services endpoints on the Strava API
| Modifier and Type | Method and Description |
|---|---|
StravaSegmentEffort |
getSegmentEffort(Long id) |
@GET(value="/segment_efforts/{id}")
StravaSegmentEffort getSegmentEffort(@Path(value="id")
Long id)
throws NotFoundException
id - Effort identifierNotFoundException - If the effort with the given id doesn't existSegmentEffortService.getSegmentEffort(java.lang.Long)Copyright © 2015 Dan Shannon. All rights reserved.