This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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 |