Method: Weblate::ProjectsApi#projects_file_retrieve

Defined in:
lib/weblate/api/projects_api.rb

#projects_file_retrieve(slug, opts = {}) ⇒ Project

Translation projects API.

Parameters:

  • slug (String)
  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



574
575
576
577
# File 'lib/weblate/api/projects_api.rb', line 574

def projects_file_retrieve(slug, opts = {})
  data, _status_code, _headers = projects_file_retrieve_with_http_info(slug, opts)
  data
end