Perl API for Checkvist

55 views
Skip to first unread message

Neil Bowers

unread,
Jun 22, 2011, 5:25:08 AM6/22/11
to checkv...@googlegroups.com
I'm working on a Perl API for Checkvist: a collection of classes built on the Checkvist API.
It's not even close to a version 1 yet, but I've got core stuff done as I needed it for
my task generator hack:


I'm posting this in case anyone else is working on stuff in Perl, and is possibly interested in hacking together. At some point I'll put it on github and release to CPAN, if there's interest beyond me :-)

Neil

andrew fresh

unread,
Jun 22, 2011, 1:53:46 PM6/22/11
to checkv...@googlegroups.com
On Wed, Jun 22, 2011 at 02:25:08AM -0700, Neil Bowers wrote:
> I'm working on a Perl API for Checkvist: a collection of classes built on
> the Checkvist API.

I had an idea to do one, but still have too many things that aren't done
to be able to think about that.

> I'm posting this in case anyone else is working on stuff in Perl, and is
> possibly interested in hacking together. At some point I'll put it on github
> and release to CPAN, if there's interest beyond me :-)

I haven't done much yet, but I am interested.

l8rZ,
--
andrew - http://afresh1.com

I'm impatient with stupidity.
-- Klaatu

KIR

unread,
Jun 23, 2011, 8:37:47 AM6/23/11
to checkv...@googlegroups.com
Hello Neil,

   If you decide to publish your API (via github/CPAN/whatever) we'll definitely give people more awareness about your efforts
   and publish a link to your API on the Checkvist OpenAPI page.
  
   If you need any help from our side regarding existing Checkvist OpenAPI - please let us know, we'll try to do what we can :)

   Thanks!
   KIR

Alex Kapranoff

unread,
Jun 23, 2011, 5:22:14 PM6/23/11
to checkv...@googlegroups.com
Checkvist OpenAPI is so simple that you hardly need any wrappers around it, especially in Perl :)


--
Alex Kapranoff.


--
You received this message because you are subscribed to the Google Groups "checkvist-api" group.
To view this discussion on the web visit https://groups.google.com/d/msg/checkvist-api/-/WaJPWdrWzh0J.
To post to this group, send email to checkv...@googlegroups.com.
To unsubscribe from this group, send email to checkvist-ap...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/checkvist-api?hl=en.

Neil Bowers

unread,
Jun 30, 2011, 5:17:31 PM6/30/11
to checkv...@googlegroups.com
Checkvist OpenAPI is so simple that you hardly need any wrappers around it, especially in Perl :)

Indeed. For Perl programmers familiar with LWP, and comfortable working with URI formats,
it's pretty easy. But I think there are plenty who would prefer to work in a style like:

$checkvist = Checkvist->new( ... );
$list      = $checkvist->create_list( ... );
$list->create_task( ... );
I looked at that. Nice elegant code.

Neil

Neil Bowers

unread,
Jun 30, 2011, 5:01:47 PM6/30/11
to checkv...@googlegroups.com
Checkvist OpenAPI is so simple that you hardly need any wrappers around it, especially in Perl :)

Indeed. For Perl programmers familiar with LWP, and comfortable working with URI formats,
it's pretty easy. But I think there are plenty who would prefer to work in a style like:

$checkvist = Checkvist->new( ... );
$list      = $checkvist->create_list( ... );
$list->create_task( ... );
I looked at that. Nice elegant code.

Neil


Reply all
Reply to author
Forward
0 new messages