> integrating tasty into another application should be straightforward but > not necessarily easy. that's the tradeoff for being usable from other > languages. it basically involves constructing some urls and > making HTTP requests. the client implementations page in the wiki has > some sample code. doing other operations that what are shown there > basically involve just requesting different urls.
That request part isn't what's making it hard to integrate, it's the model. Reading the tag schema doesn't really help, either. Am I supposed to modify tasty's Item class to be the model for the items I want tagged? Or is it supposed to exist as a distinct table and be linked to the models in my application? I got frustrated pretty quickly trying to fit tasty into my app, so a 'real' client implementation example would help a lot.

