Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 250 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 250 Bytes

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);