Skip to content
This repository has been archived by the owner on Oct 5, 2024. It is now read-only.

OX::OAuth provides a Perl OOP interface for accessing OpenX's Enterprise Ad Server 3.0 and using the OpenX 3.0 API.

License

Notifications You must be signed in to change notification settings

chicks-net/OX3-Perl-API-Client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OX3-Perl-API-Client

The OX::OAuth module provides a convenient wrapper to Net::OAuth to be able to access OpenX's oauth-compliant sso and authenticate yourself. Convenience functions are also provided to access the rest API and read config files for oauth.

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

REQUIRED PERL MODULES

Test::More
JSON
Net::OAuth
HTTP::Request
Sub::Override
LWP::UserAgent from libwww-perl
File::Slurp

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc OX::OAuth

You can also look for information at:

COPYRIGHT AND LICENCE

Copyright (C) 2011 Christopher Hicks

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License 2.0 as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

About

OX::OAuth provides a Perl OOP interface for accessing OpenX's Enterprise Ad Server 3.0 and using the OpenX 3.0 API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages