Changes for version 0.23
- ! lib/RT/Client/REST.pm
- API change -- added 'login' method.
- ! lib/RT/Client/REST/SearchResult.pm
- API change -- 'object' instead of 'retrieve'.
- ! lib/RT/Client/REST/Object.pm
- Added support for transparency and a bunch of other goodies. See POD.
- ! lib/RT/Client/REST/Attachment.pm ! lib/RT/Client/REST/Ticket.pm
- Modified to conform to changed APIs.
- ! examples/*.pl
- Modified to adhere to new APIs.
- t/35-db.t
- Test auto* goodies.
- t/91-pod-coverage.t
- Test POD coverage.
- ! t/10-core.t ! t/20-object.t ! t/40-search.t
- Updated with new tests, methods, APIs, etc.
- ! MANIFEST
- Added new test files.
Modules
talk to RT installation using REST protocol.
this object represents an attachment.
exceptions thrown by RT::Client::REST methods.
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/Object/Exception.pm
Examples
- examples/comment_on_ticket.pl
- examples/create_ticket.pl
- examples/create_user.pl
- examples/edit_custom_field.pl
- examples/edit_ticket.pl
- examples/edit_user.pl
- examples/list_attachments.pl
- examples/list_tickets.pl
- examples/list_transactions.pl
- examples/list_transactions_rt.pl
- examples/search_tickets.pl
- examples/show_attachment.pl
- examples/show_queue.pl
- examples/show_ticket.pl
- examples/show_transaction.pl
- examples/show_user.pl
- examples/take_ticket.pl