The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

StackExchange API V2

VERSION

Version 0.01

SYNOPSIS

    use Net::StackExchange2;

        #For read-only methods.
    my $se = Net::StackExchange2->new({site => 'stackoverflow'});
        

Description

This module is an underlying wrapper for the various sub-modules for each stackexchange entitiy. Please see http://api.stackexchange.com/docs/ for information about the methods and their parameters

MODULES

Answer

Badges

Comments

Events

Info

Posts

Privileges

Questions

Revisions

Suggested-Edits

Tags

Users

Network Methods:

Access-Tokens

Applications

Errors

Filters

Inbox

Notifications

Sites

Users

AUTHOR

Gideon Israel Dsouza, <gideon at cpan.org>

BUGS

Please report any bugs or feature requests to bug-net-stackexchange2 at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-StackExchange2. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

See Net::StackExchange2.

LICENSE AND COPYRIGHT

Copyright 2013 Gideon Israel Dsouza.

This library is distributed under the freebsd license:

http://opensource.org/licenses/BSD-3-Clause See FreeBsd in TLDR : http://www.tldrlegal.com/license/bsd-3-clause-license-(revised)