From 933371ad2ec69b8a2290259232111b33ca5c9c19 Mon Sep 17 00:00:00 2001 From: Kyle Tolle Date: Fri, 10 Apr 2015 14:39:31 -0600 Subject: [PATCH] Update README for new #track parameter Fixes #11. --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index edfc57c..edd7285 100644 --- a/README.md +++ b/README.md @@ -230,10 +230,12 @@ Downloads the small version and yields an IO object to the block. Downloads the medium version and yields an IO object to the block. -### client.videos.track(id) +### client.videos.track(id, format='json') Fetches the GPS track for the specified video. +Format can be 'json', 'geojson', 'gpx', or 'kml'. + ## Audio @@ -261,10 +263,12 @@ Downloads the small version and yields an IO object to the block. Downloads the medium version and yields an IO object to the block. -### client.audio.track(id) +### client.audio.track(id, format='json') Fetches the GPS track for the specified audio. +Format can be 'json', 'geojson', 'gpx', or 'kml'. + ## Memberships @@ -312,3 +316,4 @@ Fetches the GPS track for the specified audio. 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request +