Joost APIs and YUI
I thought I should have a look at YUI and see how easy it would be to hook up to the Joost APIs. It was not that hard :)
I’ve hooked up the json favorites call in a DataSource and then connected it to a DataTable, and voila:
A simple (and ugly :) ) page showing my, and some of my colleagues’, favorites.
It’s not just cut’n’paste though to replicate, as I’m proxying the API calls because of cross-domain… will try to find time to show one can get around that.
WARNING: The above builds on alpha APIs so we might just go around and change them all next week… Well, we’re probably not, just saying that we might change some things, so do not flame me when it suddenly breaks down :)
Leave a comment