jkruczynski / Toggl-API-Wrapper-Perl

-Authenticates a session with the Toggl API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toggl-API-Wrapper-Perl

  • Authenticates a session with the Toggl API
  • Implements some basic functions for exporting entries, creating entries
  • Example usage:
  • my $toggl=Toggl->new($api_token);
  • my @data = $toggl->get_time_entries($start, $end);

About

-Authenticates a session with the Toggl API


Languages

Language:Perl 100.0%