Skip to content

Commit

Permalink
Update README for new #track parameter
Browse files Browse the repository at this point in the history
Fixes #11.
  • Loading branch information
kyletolle committed Apr 10, 2015
1 parent 8165200 commit 933371a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 933371a

Please sign in to comment.