Skip to content

Instantly share code, notes, and snippets.

@fanktom
Created September 23, 2012 19:46
Show Gist options
  • Save fanktom/3772800 to your computer and use it in GitHub Desktop.
Save fanktom/3772800 to your computer and use it in GitHub Desktop.
Scales API Update
# HTML Update URLs
Scales.update "/", "/tracks", "/overview", :format => :html
# XML Update URLs
Scales.update "/tracks.xml", "/overview.xml", :format => :xml
# JSON Update URLs
Scales.update "/tracks.json", "/overview.json", :format => :json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment