Removed all instances of 'ride' in favor of 'activity'

Removed all extract()
Updated code standards and documentation
Update readme
This commit is contained in:
Justin Foell
2018-01-26 13:27:57 -06:00
parent 49f82ca890
commit ffe977cbf3
18 changed files with 319 additions and 216 deletions
+7 -4
View File
@@ -1,10 +1,13 @@
<?php
/*
* Routes is a class wrapper for the Strava REST API functions.
*/
/**
* Routes is a class wrapper for the Strava REST API functions.
*
* @author Daniel Lintott
* @since 1.3.0
*/
class WPStrava_Routes {
const ROUTES_URL = 'http://app.strava.com/routes/';
const ROUTES_URL = 'http://strava.com/routes/';
/**
* Get single route by ID.