public interface GearAPI
API definitions for the gear services endpoints
| Modifier and Type | Method and Description |
|---|---|
StravaGear |
getGear(String id) |
@GET(value="/gear/{id}")
StravaGear getGear(@Path(value="id")
String id)
throws NotFoundException
id - Gear identifierNotFoundException - If the gear with the given id doesn't existGearService.getGear(java.lang.String)Copyright © 2015 Dan Shannon. All rights reserved.