Skip to content

Instantly share code, notes, and snippets.

View ThomasAlexandre's full-sized avatar

Thomas Alexandre ThomasAlexandre

  • Stockholm, Sweden
View GitHub Profile
@aloiscochard
aloiscochard / rest-ws-client.scala
Created May 13, 2011 09:35
Scala REST WebService Client
// Sample usage of ...
// - Dispatch (http://dispatch.databinder.net)
// - SJSON (https://github.com/debasishg/sjson)
// ... to create a basic REST Web Service client for Twitter API
import dispatch._
import scala.reflect.BeanInfo
import sjson.json.Serializer.SJSON
// Model