Class: DeepL::Requests::TranslationMemory::Base
- 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
Instance Attribute Summary
Attributes inherited from Base
Method Summary
Methods inherited from Base
#details, #initialize, #request
Constructor Details
This class inherits a constructor from DeepL::Requests::Base