From 68fe46bcaa439f607a11db1a20c7ab01bbe6af2e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 13 Aug 2016 09:17:02 -0700 Subject: more clean up. --- posts/2009-12-20-moosex-net-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'posts/2009-12-20-moosex-net-api.md') diff --git a/posts/2009-12-20-moosex-net-api.md b/posts/2009-12-20-moosex-net-api.md index 4754130..9d766e0 100644 --- a/posts/2009-12-20-moosex-net-api.md +++ b/posts/2009-12-20-moosex-net-api.md @@ -23,7 +23,7 @@ The `twitter_api_method` method is exported with Moose::Exporter. It generates a \*\* MooseX::Net::API -As I've found this approch nice and simple, I thought about writing a [little framework](http://git.lumberjaph.net/p5-moosex-net-api.git/) to easily write API client this way. I will show how I've write a [client for the Backtype API](http://git.lumberjaph.net/p5-net-backtype.git/) using this (I've wrote some other client for private API at works too). +As I've found this approch nice and simple, I thought about writing a [little framework](http://github.com/franckcuny/net-http-spore.git/) to easily write API client this way. I will show how I've write a client for the Backtype API using this (I've wrote some other client for private API at works too). ## Backtype API @@ -100,4 +100,4 @@ In case there is an error, an MooseX::Net::API::Error will be throw. ## Conclusion -Right now, this module is not finished. I'm looking for suggestions (what should be added, done better, how I can improve stuff, ...). I'm not aiming to handle all possibles API, but at least most of the REST API avaible. I've uploaded a first version of [MooseX::Net::API](http://search.cpan.org/perldoc?MooseX::Net::API) and [Net::Backtype](http://search.cpan.org/perldoc?Net::Backtype) on CPAN, and [the code](http://git.lumberjaph.net/p5-net-backtype.git/) is also [available on my git server](http://git.lumberjaph.net/p5-moosex-net-api.git/). +Right now, this module is not finished. I'm looking for suggestions (what should be added, done better, how I can improve stuff, ...). I'm not aiming to handle all possibles API, but at least most of the REST API avaible. I've uploaded a first version of [MooseX::Net::API](http://search.cpan.org/perldoc?MooseX::Net::API) and [Net::Backtype](http://search.cpan.org/perldoc?Net::Backtype) on CPAN. -- cgit v1.2.3