lib/ruby_lokalise_api/rest/files.rb in ruby-lokalise-api-6.2.0 vs lib/ruby_lokalise_api/rest/files.rb in ruby-lokalise-api-7.0.0

- old
+ new

@@ -11,10 +11,11 @@ # @param params [Hash] def files(project_id, params = {}) c_r RubyLokaliseApi::Collections::File, :all, project_id, params end - # Exports translation files as .zip bundle, uploads them to Amazon S3 and returns a URL to the generated bundle. The URL is valid for a year + # Exports translation files as .zip bundle, uploads them to Amazon S3 and + # returns a URL to the generated bundle. The URL is valid for a year # # @see https://developers.lokalise.com/reference/download-files # @return [Hash] # @param project_id [String] # @param params [Hash]