• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H07-May-2020-838599

lib/RT/Client/H07-May-2020-5,3252,260

t/H07-May-2020-2,5231,895

Build.PLH A D07-May-20201.8 KiB8370

CHANGESH A D07-May-202021.7 KiB672520

CONTRIBUTORSH A D07-May-2020499 2418

LICENSEH A D07-May-202017.9 KiB380292

MANIFESTH A D07-May-20201.9 KiB9190

META.jsonH A D07-May-20203.4 KiB117115

META.ymlH A D07-May-20201.7 KiB6463

Makefile.PLH A D07-May-20202.3 KiB10089

READMEH A D07-May-2020372 137

README.mdH A D07-May-20201.1 KiB4934

TODOH A D07-May-2020859 2216

cpanfileH A D07-May-20201.7 KiB6558

dist.iniH A D07-May-20201.8 KiB9683

README

1This archive contains the distribution RT-Client-REST,
2version 0.60:
3
4  Client for RT using REST API
5
6This software is copyright (c) 2020, 2018 by Dmitri Tikhonov.
7
8This is free software; you can redistribute it and/or modify it under
9the same terms as the Perl 5 programming language system itself.
10
11
12This README file was generated by Dist::Zilla::Plugin::Readme v6.012.
13

README.md

1RT::Client::REST
2================
3
4`RT::Client::REST` is a set of object-oriented Perl modules designed to
5make communicating with RT using REST protocol easy.  Most of the
6features have been implemented and tested with rt 3.6.0 and later.
7Please see POD for details on usage.
8
9To build
10--------
11
12Download the latest release from the CPAN, then extract and run:
13
14```shell
15perl Makefile.PL
16make
17```
18
19To test, you will need `Test::Exception` -- as this is an object-oriented
20distribution, a lot of tests deal with making sure that the exceptions
21that are thrown are correct, so I do not (and you do not) want to skip
22those:
23
24```shell
25make test
26```
27
28To install
29----------
30
31```shell
32make install
33```
34
35Author
36------
37
38See **CONTRIBUTORS** file
39
40`RT::Client::REST` is based on 'rt' command-line utility distributed with RT 3.x
41
42License
43-------
44
45This module is licensed under the same terms as perl itself.
46
47[![Build Status](https://travis-ci.org/RT-Client-REST/RT-Client-REST.svg?branch=master)](https://travis-ci.org/RT-Client-REST/RT-Client-REST)
48[![CPAN version](https://badge.fury.io/pl/RT-Client-REST.svg)](https://metacpan.org/pod/RT::Client::REST)
49