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

NAME

WebService::GlucoseBuddy - Interface to a glucosebuddy.com account

VERSION

version 1.113540

METHODS

logs [%args]

Returns an MooseX::Iterator iterator of WebService::GlucoseBuddy::Log objects, each representing a log

Args can contain:

from

A DateTime object to search logs on or after this time

to

A DateTime object to search logs on or before this time

CONSTRUCTOR

new

Constructor requires these arguments:

username

Your glucosebuddy.com username

password

Your glucosebuddy.com password

AUTHOR

Pete Smith <pete@cubabit.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2011 by Pete Smith.

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