Skip to content

ProductivityTools-TrainingLog/ProductivityTools.SportsTracker.SDK

Repository files navigation

Sports Tracker SDK

Library exposes methods which allow to manage trainings on the https://sports-tracker.com/ website.

Methods
- AddTraining(Training training)
- AddTraining(Training training, byte[] gpxFile)
- AddTraining(Training training, List<byte[]> image)
- AddTraining(Training training, byte[] gpxFile, List<byte[]> image)
- AddTraining(TrainingType trainingType, string description, int duration, DateTime startTime)
- ImportGpxFile(byte[] content)
- DeleteTraining(string workoutKey)

- List<Training> GetTrainingList()

To use SportsTracker you need to create it with

var sportsTracker = new SportsTracker(this.Config["login"], this.Config["password"]);

AutoDocumentation

Example .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages