Re: Module Namespace for External API Wrappers

2010-07-06 Thread Eric Wilhelm
# from Dave Cardwell # on Saturday 03 July 2010 05:09: I’ve written a module that wraps the notifo.com API ... I’m leaning towards WebService::Notifo, but would appreciate your advice if you would suggest otherwise. WWW::Notifo::API or (Assuming that it's a REST API) maybe REST::Notifo::API?

Re: Module Namespace for External API Wrappers

2010-07-06 Thread Tim Bunce
On Mon, Jul 05, 2010 at 09:28:04AM -0700, Eric Wilhelm wrote: # from Dave Cardwell # on Saturday 03 July 2010 05:09: I’ve written a module that wraps the notifo.com API ... I’m leaning towards WebService::Notifo, but would appreciate your advice if you would suggest otherwise.

Module Namespace for External API Wrappers

2010-07-04 Thread Dave Cardwell
I’ve written a module that wraps the notifo.com API (“Notifo is a way for users to receive mobile notifications for anything. Services integrate with the Notifo API and send users notifications about events, announcements, whatever!”). I had a search on CPAN for other API wrapping modules to