kinta-lib / com.dailymotion.kinta.integration.transifex.internal.model / TransifexService / getTranslation
getTranslation
@GET("{projectSlug}/resource/{resource}/translation/{txLang}") abstract fun getTranslation(@Path("projectSlug") projectSlug:String, @Path("resource") resource:String, @Path("txLang") txLang:String, @Query("mode") mode:String?): Call<TxTranslation>