-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
69 lines (49 loc) · 1.37 KB
/
README
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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Net-StackExchange2
This module is a perl wrapper to the stack exchange api. It mostly has a one to one mapping with the api methods documented here : http://api.stackexchange.com/docs
The following StackExchange entities/types are supported (They are described in above url):
Answers
Badges
Comments
Events
Info
Posts
Privileges
Questions
Revisions
Search
Suggested-Edits
Tags
Users
Network Methods:
Access-Tokens
Applications
Errors
Filters
Inbox
Notifications
Sites
Users
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc Net::StackExchange2
You can also look for information at:
RT, CPAN's request tracker (report bugs here)
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-StackExchange2
AnnoCPAN, Annotated CPAN documentation
http://annocpan.org/dist/Net-StackExchange2
CPAN Ratings
http://cpanratings.perl.org/d/Net-StackExchange2
Search CPAN
http://search.cpan.org/dist/Net-StackExchange2/
LICENSE AND COPYRIGHT
Copyright 2013 Gideon Israel Dsouza.
This library is distributed under the freebsd license:
L<http://opensource.org/licenses/BSD-3-Clause>
See FreeBsd in TLDR : L<http://www.tldrlegal.com/license/bsd-3-clause-license-(revised)>