I have finished writing a .NET client library for Tagyu's REST Web-Service. Tagyu is a hosted service that uses human intelligence to suggest tags and categories relevant to a block of text. TagyuLib (that’s my creative name for the .NET API) supports everything that the REST API of Tagyu allows you to do as of… [Read more…]
I have incorporated support for two new features in my Tagyu::Search module and learnt a lot about HTTP in the process. 1. Support for HTTP Basic Authentication With this in place, it is now possible for Perl code using my module to break the one request per IP barrier imposed on anonymous users by Tagyu.… [Read more…]
I have incorporated support in the SuggestTags method of my Tagyu::Search Perl module to allow specifying options to modify its behavior when it contacts Tagyu.com servers. Thanks to Nathan McFarl for his comment. So download Tagyu::Search v0.02 and do let me know how it works for you!
Introduction Tagyu is a service that can suggest you tags relevant to your content. They have a REST interface available so I quickly rolled up a simple Perl wrapper over it. Simple to use Using Tagyu Web Service from Perl is now very simple and all you need to do is: use Tagyu::Search; my @tags… [Read more…]
March 25, 2006
0