Units API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/units/3996602/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/perl-master/zh_CN/?format=api",
    "source": [
        "Class::XSAccessor implements fast read, write and read/write accessors in XS. Additionally, it can provide predicates such as 'has_foo()' for testing whether the attribute 'foo' exists in the object (which is different from \"is defined within the object\"). It only works with objects that are implemented as ordinary hashes. the Class::XSAccessor::Array manpage implements the same interface for objects that use arrays for their internal representation.\n\nSince version 0.10, the module can also generate simple constructors (implemented in XS). Simply supply the 'constructor => 'constructor_name'' option or the 'constructors => ['new', 'create', 'spawn']' option. These constructors do the equivalent of the following Perl code:\n\n  sub new {     my $class = shift;     return bless { @_ }, ref($class)||$class;   }\n\nThat means they can be called on objects and classes but will not clone objects entirely. Parameters to 'new()' are added to the object.\n\nThe XS accessor methods are between 3 and 4 times faster than typical pure-Perl accessors in some simple benchmarking. The lower factor applies to the potentially slightly obscure 'sub set_foo_pp {$_[0]->{foo} = $_[1]}', so if you usually write clear code, a factor of 3.5 speed-up is a good estimate. If in doubt, do your own benchmarking!\n\nThe method names may be fully qualified. The example in the synopsis could have been written as 'MyClass::get_foo' instead of 'get_foo'. This way, methods can be installed in classes other than the current class. See also: the 'class' option below.\n\nBy default, the setters return the new value that was set, and the accessors (mutators) do the same. This behaviour can be changed with the 'chained' option - see below. The predicates return a boolean.\n\nSince version 1.01, 'Class::XSAccessor' can generate extremely simple methods which just return true or false (and always do so). If that seems like a really superfluous thing to you, then consider a large class hierarchy with interfaces such as the PPI manpage. These methods are provided by the 'true' and 'false' options - see the synopsis.\n\n'defined_predicates' check whether a given object attribute is defined. 'predicates' is an alias for 'defined_predicates' for compatibility with older versions of 'Class::XSAccessor'. 'exists_predicates' checks whether the given attribute exists in the object using 'exists'."
    ],
    "previous_source": "",
    "target": [
        ""
    ],
    "id_hash": -1898230410238549760,
    "content_hash": -1898230410238549760,
    "location": "",
    "context": "",
    "note": "leap/perl-Class-XSAccessor/description",
    "flags": "",
    "labels": [],
    "state": 0,
    "fuzzy": false,
    "translated": false,
    "approved": false,
    "position": 280,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 361,
    "source_unit": "https://l10n.opensuse.org/api/units/12606609/?format=api",
    "priority": 100,
    "id": 3996602,
    "web_url": "https://l10n.opensuse.org/translate/packages-i18n/perl-master/zh_CN/?checksum=65a8217fc7e32100",
    "url": "https://l10n.opensuse.org/api/units/3996602/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2016-12-01T14:41:15Z"
}