Apigee provides REST APIs to help create an application like twitter application. Basically the most painful part of creating an application is handling OAuth. By providing oauth mediation, the app developer is saved a lot of effort.
Since these are basically REST APIs, it helps to have clients in multiple languages and have just released Scala API for this.
The initial version is committed over here
Right now minimal testing has been done , so this is runnable but still WIP.
The same thing can also be run using java but by having scala lib on the classpath as its a scala api.
Advertisement