Category Archives: api

3v12 api from Scala

I rewrote the code in my previous post in Scala, with a minor difference.. I’m not using an RSS api here.. Scala has native XML support… which makes writing basic RSS a breeze: [code] package v12_rss import java.net.{URLConnection, URL} import … Continue reading

Posted in 3voor12, api, scala | 1 Comment

Using the 3voor12 api to get an RSS feed of your favorite playlist

A couple of months ago we developed 3voor12TV. During festivals like Noorderslag, Pinkpop and (upcoming) Lowlands the 3voor12 crew tries to get as much high quality (h264) material online in the shortest time possible. The application was developed in actionscript … Continue reading

Posted in 3voor12, api, ruby | 3 Comments