UNPKG

runtastic-command-line

Version:
13 lines (12 loc) 344 B
"use strict"; /** * @author: Facundo Merighi (merighifacundo@gmail.com) * * This module has the definition of the main enpoints. * login to authenticate * */ module.exports = { 'login': 'https://www.runtastic.com/en/d/users/sign_in.json', 'records': 'https://www.runtastic.com/en/users/token/statistics/records?type=latest', };