Доброго всем
Mojolicious::Plugin::OAuth2::Che
¡ ¡ ¡ ALL GLORY TO GLORIA ! ! !
NAME
Mojolicious::Plugin::OAuth2::Che - forked from marcusramberg/Mojolicious-Plugin-OAuth2 version 1.53. No logic changes. Code text changes only for processing any response tx of API.
VERSION
Version 1.539
SYNOPSIS
See Mojolicious::Plugin::OAuth2
ADDITIONAL HELPERS
oauth2.process_tx
This helper is usefull for processing any API json response:
my
$tx
=
$c
->app->ua->get(
$profile_url
);
# blocking example
my
(
$data
,
$err
) =
$c
->oauth2->process_tx(
$tx
);
SEE ALSO
AUTHOR
Михаил Че (Mikhail Che), <mche[-at-]cpan.org>
BUGS / CONTRIBUTING
Please report any bugs or feature requests at https://github.com/mche/Mojolicious-Plugin-OAuth2-Che/issues. Pull requests also welcome.
COPYRIGHT
Copyright 2016 Mikhail Che.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.