ExCrowdin.get_crowdin_translations
You're seeing just the function
get_crowdin_translations
, go back to ExCrowdin module for more information.
Link to this function
get_crowdin_translations(locale, field, file_id, page \\ 0)
Specs
Get all tronslations of a file on Crowdin for a language
Example
{:ok, %{"data" => %{"stringId" => string_id, "text" => text}}} = ExCrowdin.get_crowdin_translations("fr", title, 4576)