spacebib/map-my-run

与 Under Armour MapMyRun API 集成

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

This package is auto-updated.

Last update: 2024-08-29 05:13:00 UTC


README

与 Under Armour 的 MapMyRun API 集成。

安装

composer require spacebib/map-my-run

使用方法

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

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