File: README.md

package info (click to toggle)
librt-client-rest-perl 1%3A0.60-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 584 kB
  • sloc: perl: 4,345; makefile: 9
file content (48 lines) | stat: -rw-r--r-- 1,148 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
RT::Client::REST
================

`RT::Client::REST` is a set of object-oriented Perl modules designed to
make communicating with RT using REST protocol easy.  Most of the
features have been implemented and tested with rt 3.6.0 and later.
Please see POD for details on usage.

To build
--------

Download the latest release from the CPAN, then extract and run:

```shell
perl Makefile.PL
make
```

To test, you will need `Test::Exception` -- as this is an object-oriented
distribution, a lot of tests deal with making sure that the exceptions
that are thrown are correct, so I do not (and you do not) want to skip
those:

```shell
make test
```

To install
----------

```shell
make install
```

Author
------

See **CONTRIBUTORS** file

`RT::Client::REST` is based on 'rt' command-line utility distributed with RT 3.x

License
-------

This module is licensed under the same terms as perl itself.

[![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)
[![CPAN version](https://badge.fury.io/pl/RT-Client-REST.svg)](https://metacpan.org/pod/RT::Client::REST)