1Net::Twitter::Role::APIU:s:eTrwiCtotnetrrViibsuitoendN(e3Pt)e:r:lTwDiotctuemre:n:tRaotlieo:n:API::TwitterVision(3)
2
3
4
6 Net::Twitter::Role::API::TwitterVision - A definition of the
7 TwitterVision API as a Moose role
8
10 version 4.01043
11
13 package My::Twitter;
14 use Moose;
15 with 'Net::Twitter::API::TwitterVision';
16
18 The public link to the TwitterVision API is no longer accessible, and
19 my inquires to TwitterVision have gone unanswered. I don't know if the
20 service still supports the API. So, use this role at your own risk.
21
23 Net::Twitter::Role::API::TwitterVision provides definitions for all the
24 TwitterVision API methods. Applying this role to any class provides
25 methods for all of the TwitterVision API methods.
26
28 new Adds the following options to "new" in Net::Twitter:
29
30 tvurl
31 A string containing the base URL for the TwitterVision API.
32 Defaults to "http://twittervision.com".
33
34 tvhost
35 A string containing the TwitterVision API host. Defaults to
36 "twittervision.com:80".
37
38 tvrealm
39 A string containing the TwitterVision Basic Authentication
40 Realm name. Defaults to "Web Password".
41
43 Marc Mims <marc@questright.com>
44
46 Copyright (c) 2016 Marc Mims
47
48 The Twitter API itself, and the description text used in this module
49 is:
50
51 Copyright (c) 2009 Twitter
52
53 This library is free software; you can redistribute it and/or modify it
54 under the same terms as Perl itself.
55
57 BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
58 FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT
59 WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER
60 PARTIES PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND,
61 EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
62 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE
63 ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH
64 YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL
65 NECESSARY SERVICING, REPAIR, OR CORRECTION.
66
67 IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
68 WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
69 REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENSE, BE LIABLE
70 TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, OR
71 CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
72 SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
73 RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
74 FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
75 SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
76 DAMAGES.
77
78
79
80perl v5.38.0 2023N-e0t7:-:2T1witter::Role::API::TwitterVision(3)