mirror of
https://github.com/10h30/wp-strava.git
synced 2026-07-14 04:06:48 +09:00
Removed all instances of 'ride' in favor of 'activity'
Removed all extract() Updated code standards and documentation Update readme
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user