Class: DeepL::Requests::TranslationMemory::Base

Inherits:
Base
  • Object
show all
Defined in:
lib/deepl/requests/translation_memory/base.rb

Overview

Common behaviour of the translation memory endpoints: they are served under the v3 prefix instead of the configured API version, and take their parameters in the query string rather than in the request body.

Direct Known Subclasses

CreateExport, CreateImport, Destroy, Find, FindJob, List, Segments

Constant Summary

Constants inherited from Base

Base::MAX_GLOSSARY_IDS

Instance Attribute Summary

Attributes inherited from Base

#api, #options, #response

Method Summary

Methods inherited from Base

#details, #initialize, #request

Constructor Details

This class inherits a constructor from DeepL::Requests::Base