This file contains 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
package sample | |
import akka.actor._ | |
import akka.http._ | |
class SampleService extends Actor with Endpoint | |
{ | |
self.dispatcher = Endpoint.Dispatcher; |
This file contains 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
/** | |
* Garrick Evans | |
* 29 Dec 2010 | |
*/ | |
import akka.http._ | |
import akka.actor._ | |
import net.smartam.leeloo.client._ | |
import net.smartam.leeloo.client.request.OAuthClientRequest | |
import net.smartam.leeloo.client.response. {OAuthAuthzResponse, GitHubTokenResponse} |