class Vidispine::API::Client::Requests::StorageFilesGet

Constants

HTTP_PATH

@see apidoc.vidispine.com/4.2/ref/storage/file.html#list-files-in-storage

PARAMETERS

Public Instance Methods

after_process_parameters() click to toggle source
# File lib/vidispine/api/client/requests/storage_files_get.rb, line 33
def after_process_parameters
  # Path needs to be escaped twice, so we do it once here and then again when the query is built
  # @see http://apidoc.vidispine.com/4.2.6/storage/uri.html#api-calls
  # _path = arguments[:path]
  # arguments[:path] = CGI.escape(_path).gsub('+', '%20') if _path
end