-
-
25 Jul 2016 05:42:33 UTC
- Distribution: Mojolicious-Plugin-OAuth2-Che
- Module version: 1.539
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues
- Testers (2055 / 0 / 0)
- Kwalitee
Bus factor: 1- 9.89% Coverage
- License: artistic_2
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (4.93KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- ÐÐ¸Ñ Ð°Ð¸Ð» Че (Mikhail Che) <mche[-at-]cpan.org>
- Dependencies
- Mojolicious
- Mojolicious::Plugin::OAuth2
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
- Mojolicious::Plugin::OAuth2::Che
- NAME
- VERSION
- SYNOPSIS
- ADDITIONAL HELPERS
- SEE ALSO
- AUTHOR
- BUGS / CONTRIBUTING
- COPYRIGHT
Доброго всем
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.
Module Install Instructions
To install Mojolicious::Plugin::OAuth2::Che, copy and paste the appropriate command in to your terminal.
cpanm Mojolicious::Plugin::OAuth2::Che
perl -MCPAN -e shell install Mojolicious::Plugin::OAuth2::Che
For more information on module installation, please visit the detailed CPAN module installation guide.