Skip to content

Spacebib/mapMyRun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MapMyRun

Integrate with Under Armour's MapMyRun API.

Installation

composer require spacebib/map-my-run

Usage

use Spacebib\MapMyRun\REST;
/* @var $adapter GuzzleHttp\Client */
$rest = new REST('token', 'api_key', $adapter);

$works = $rest->workout()->collection(['user' => 1]);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages