The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.43

  • Miquel Ruiz <mruiz@cpan.org>
    • Added support for groups via new class RT::Client::REST::Group Tests and examples also added.
  • Roman Plesll <RPLESSL@cpan.org>
  • Stuart Browne <stuart.browne@ausregistry.com.au>
    • Accept question mark in custom field names (RT #70631)
  • T Pascal <t_pascal@zennet.com>
  • Jose Luis Martinez <jlmartinez@capside.com>
    • Skip timeout tests on Windows (RT #70225, RT #35770)
    • Fix 'priveleged' (renamed to 'privileged') method on RT::Client::REST::User
    • Add missing disabled, nickname, lang, contactinfo and signature methods to RT::Client::REST::User
    • Clean up the API for retrieving links. Patch from T.Pascal is missing some cases like links that are URLs. This feature is not documented as it's considered experimental.
    • Refactor login method to accept any type of field name (not just username and password)

Modules

talk to RT installation using REST protocol.
this object represents an attachment.
exceptions thrown by RT::Client::REST methods.
group object representation.
base class for RT objects.
queue object representation.
Search results representation.
this object represents a ticket.
this object represents a transaction.
user object representation.

Provides

in lib/RT/Client/REST/Forms.pm
in lib/RT/Client/REST/HTTPClient.pm
in lib/RT/Client/REST/Object/Exception.pm