summaryrefslogtreecommitdiff
path: root/posts/2009-12-20-moosex-net-api.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--posts/2009-12-20-moosex-net-api.md (renamed from content/post/2009-12-20-moosex-net-api.md)6
1 files changed, 0 insertions, 6 deletions
diff --git a/content/post/2009-12-20-moosex-net-api.md b/posts/2009-12-20-moosex-net-api.md
index 7fc00ca..e109181 100644
--- a/content/post/2009-12-20-moosex-net-api.md
+++ b/posts/2009-12-20-moosex-net-api.md
@@ -1,9 +1,3 @@
----
-date: 2009-12-20T00:00:00Z
-summary: In which I introduce MooseX::Net::API.
-title: MooseX::Net::API
----
-
## Net::Twitter
I've been asked for [$work](http://linkfluence.net) to write an API client for [backtype](http://www.backtype.com/), as we plan to integrate it in one of our services. A couple of days before I was reading the [Net::Twitter](http://search.cpan.org/perldoc?Net::Twitter) source code, and I've found interesting how [semifor](http://blog.questright.com/) wrote it.