WebService::Simplenote

Note-taking through simplenoteapp.com
Download

WebService::Simplenote Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Ioan Rogers
  • Publisher web site:
  • http://search.cpan.org/~ioanr/

WebService::Simplenote Tags


WebService::Simplenote Description

WebService::Simplenote is a Perl module that proves v2.1.5 API access to the cloud-based note software at Simplenote.SYNOPSIS use WebService::Simplenote; use WebService::Simplenote::Note; my $sn = WebService::Simplenote->new( email => $email, password => $password, ); my $notes = $sn->get_remote_index; foreach my $note_id (keys %$notes) { say "Retrieving note id "; my $note = $sn->get_note($note_id); printf " %s\n %s\n", $note->modifydate->iso8601, $note->title, $note->content; } my $new_note = WebService::Simplenote::Note->new( content => "Some stuff", ); $sn->put_note($new_note);Product's homepage


WebService::Simplenote Related Software