Sha256: 08ff001bdf27bf49bf99daff00f875d02d138d27e4b1fdc1172805f95055a906
Contents?: true
Size: 324 Bytes
Versions: 9
Compression:
Stored size: 324 Bytes
Contents
# frozen_string_literal: true module RubyLokaliseApi module Endpoints class TranslationsEndpoint < MainEndpoint private def base_query(project_id, translation_id = nil) { projects: project_id, translations: translation_id } end end end end
Version data entries
9 entries across 9 versions & 1 rubygems