spacebib/map-my-run

Integrate with Under Armour MapMyRun API

Installs: 1 080

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:libray

dev-master 2020-04-01 03:31 UTC

This package is auto-updated.

Last update: 2024-12-29 06:21:29 UTC


README

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]);