Skip to content

dustedrob/JStrava

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

JStrava 1.0

Java Libraries for the Strava API

Objective

The objective of the project is to provide a Java wrapper which mirrors as closely as possible the Strava API in it's latest version.

Example Usage

JStravaV3 strava= new JStravaV3(accessToken);
Athlete athlete=strava.getCurrentAthlete();
Athlete anotherAthlete=strava.findAthlete(athleteId);

Status

Currently on a pre-release stage. Check out the Issues and Milestone pages to see what's missing. For now, I'm not able to dedicate full time to the project. If you want to chip in please let me know!

Thanks @dustedrob

About

Java Libraries for the Strava API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages