Sha256: 22f1f8dc860bb649a66117813813216a3df94d3023486bed8deb243cab90002e
Contents?: true
Size: 312 Bytes
Versions: 8
Compression:
Stored size: 312 Bytes
Contents
# frozen_string_literal: true module RubyLokaliseApi module Endpoints class SnapshotsEndpoint < MainEndpoint private def base_query(project_id, snapshot_id = nil) { projects: project_id, snapshots: snapshot_id } end end end end
Version data entries
8 entries across 8 versions & 1 rubygems