diff options
| author | Franck Cuny <franck.cuny@gmail.com> | 2016-08-13 09:17:02 -0700 |
|---|---|---|
| committer | Franck Cuny <franck.cuny@gmail.com> | 2016-08-13 09:17:02 -0700 |
| commit | 68fe46bcaa439f607a11db1a20c7ab01bbe6af2e (patch) | |
| tree | e573cb89fc7428e85e7f346d40b86fba6f099aeb /posts/2009-12-20-moosex-net-api.md | |
| parent | image for jitterbug article. (diff) | |
| download | lumberjaph-master.tar.gz | |
more clean up.master
Diffstat (limited to 'posts/2009-12-20-moosex-net-api.md')
| -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 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. |
