Skip to content

Instantly share code, notes, and snippets.

View jurepolutnik's full-sized avatar

Jure Polutnik jurepolutnik

View GitHub Profile
@noelwelsh
noelwelsh / Mixpanel.scala
Created January 22, 2013 20:38
Mixpanel API client for Play 2.0
package myna
package app
import bigtop.util.Uuid
import myna.model.external.User
import myna.util.Base64
import play.api.libs.ws._
import play.api.libs.json._
import play.api.libs.concurrent.Promise
import play.api.mvc.Request