examples/api-samples/samples/sample42.rb in groupdocs-1.6.0 vs examples/api-samples/samples/sample42.rb in groupdocs-1.7.0
- old
+ new
@@ -1,11 +1,11 @@
#GET request
-get '/sample42' do
+get '/sample-42-how-to-download-document-with-annotations-using-groupdocs' do
haml :sample42
end
#POST request
-post '/sample42' do
+post '/sample-42-how-to-download-document-with-annotations-using-groupdocs' do
#Set variables
set :client_id, params[:clientId]
set :private_key, params[:privateKey]
set :file_id, params[:fileId]
set :base_path, params[:basePath]