The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Akamai::Open::Client - The Akamai Open API Perl client structure for authentication data

VERSION

version 0.03

SYNOPSIS

 use Akamai::Open::Client;
 use Akamai::Open::DiagnosticTools;

 my $client = Akamai::Open::Client->new();
 $client->access_token('foobar');
 $client->client_token('barfoo');
 $client->client_secret('Zm9vYmFyYmFyZm9v');

 my $req = Akamai::Open::DiagnosticTools->new(client => $client);

ABOUT

Akamai::Open::Client provides the data structure which holds the client specific data which is needed for the authentication process against the Akamai::Open API.

This data is provided by Akamai and can be found in your LUNA control center account, inside the Manage APIs tool.

AUTHOR

Martin Probst <internet+cpan@megamaddin.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Martin Probst.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.