タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

phpとcheckpadに関するmina-namiのブックマーク (1)

  • WWW::CheckPad

    NAME WWW::CheckPad - An API to control the check*pad (http://www.checkpad.jp/) SYNOPSIS use WWW::CheckPad; use WWW::CheckPad::CheckList; use WWW::CheckPad::CheckItem; ## check*padに接続し、ログインします。 WWW::CheckPad->connect({ email => 'your email address', password => 'your password' }); ## 新しいチェックリストを作成し、保存します。 my $new_checklist = WWW::CheckPad::CheckList->insert({ title => 'Private Todo List' }); ## 新しい

    WWW::CheckPad
  • 1