diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2013-12-31 22:48:01 -0800 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2013-12-31 22:48:01 -0800 |
| commit | 3b86ca13c078a1b4a15d6bf5fa0b2645dc598278 (patch) | |
| tree | 23271aa77721d599f1746e5951440481cea2318d /_posts/2010-06-10-moosex-net-api-update.md | |
| parent | Fix links for git repositories. (diff) | |
| download | lumberjaph-3b86ca13c078a1b4a15d6bf5fa0b2645dc598278.tar.gz | |
Stop linking some repos to GitHub.
Diffstat (limited to '_posts/2010-06-10-moosex-net-api-update.md')
| -rw-r--r-- | _posts/2010-06-10-moosex-net-api-update.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_posts/2010-06-10-moosex-net-api-update.md b/_posts/2010-06-10-moosex-net-api-update.md index 452038e..b7b84ec 100644 --- a/_posts/2010-06-10-moosex-net-api-update.md +++ b/_posts/2010-06-10-moosex-net-api-update.md @@ -4,7 +4,7 @@ summary: In which I write an update about MooseX::Net::API title: Moosex::Net::API - update --- -[MooseX::Net::API](http://github.com/franckcuny/moosex-net-api) is a module to help writing clients for RESTful (and even non-RESTful) WebServices: +[MooseX::Net::API](http://git.lumberjaph.net/p5-moosex-net-api.git/) is a module to help writing clients for RESTful (and even non-RESTful) WebServices: {% highlight perl %} package my::api; @@ -61,7 +61,7 @@ It's not yet complete, but a new version will be available soon on CPAN. Here is ## http-console -I've also started [Net::HTTP::Console](http://github.com/franckcuny/net-http-console). It's inspired by [http-console](http://github.com/cloudhead/http-console). It relies on MX::Net::API, and can use any libraries written with MX::Net::API, as well as any **raw** RESTful API. As an example, let's use it on twitter. +I've also started [Net::HTTP::Console](http://git.lumberjaph.net/p5-net-http-console.git/). It's inspired by [http-console](http://github.com/cloudhead/http-console). It relies on MX::Net::API, and can use any libraries written with MX::Net::API, as well as any **raw** RESTful API. As an example, let's use it on twitter. {% highlight bash %} % http-console --url http://api.twitter.com --format json |
