AnyEvent-InfluxDB
view release on metacpan or search on metacpan
);
my ($response_data, $response_headers) = $cv->recv;
Executes an arbitrary query using provided in "query" arguments.
The required "on_response" code reference is executed with the raw
response data and headers as parameters.
CAVEATS
Following the optimistic nature of InfluxDB this modules does not
validate any arguments. Also quoting and escaping special characters is
to be done by the user of this library.
AUTHOR
Alex J. G. BurzyÅski <ajgb@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Alex J. G. BurzyÅski
<ajgb@cpan.org>.
This is free software; you can redistribute it and/or modify it under
lib/AnyEvent/InfluxDB.pm view on Meta::CPAN
);
my ($response_data, $response_headers) = $cv->recv;
Executes an arbitrary query using provided in C<query> arguments.
The required C<on_response> code reference is executed with the raw response
data and headers as parameters.
=head1 CAVEATS
Following the optimistic nature of InfluxDB this modules does not validate any
arguments. Also quoting and escaping special characters is to be done by the
user of this library.
=head1 AUTHOR
Alex J. G. BurzyÅski <ajgb@cpan.org>
=head1 COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Alex J. G. BurzyÅski <ajgb@cpan.org>.
( run in 0.263 second using v1.01-cache-2.11-cpan-a5abf4f5562 )