lib/google_cells/url_helper.rb in google-cells-0.3.0 vs lib/google_cells/url_helper.rb in google-cells-0.4.0

- old
+ new

@@ -31,7 +31,11 @@ end def unwatch_uri "https://www.googleapis.com/drive/v2/channels/stop" end + + def revisions_uri(key) + "https://www.googleapis.com/drive/v2/files/#{key}/revisions" + end end end