diff options
Diffstat (limited to '')
| -rw-r--r-- | _posts/2009-12-20-moosex-net-api.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_posts/2009-12-20-moosex-net-api.md b/_posts/2009-12-20-moosex-net-api.md index 6589ec7..2f93f63 100644 --- a/_posts/2009-12-20-moosex-net-api.md +++ b/_posts/2009-12-20-moosex-net-api.md @@ -29,7 +29,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://github.com/franckcuny/moosex-net-api) to easily write API client this way. I will show how I've write a [client for the Backtype API](http://github.com/franckcuny/net-backtype) 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://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). ## Backtype API @@ -107,4 +107,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://github.com/franckcuny/net-backtype) is also [available on GitHub](http://github.com/franckcuny/moosex-net-api). +[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/). |
