Grails and googleJsonAPIService
- by Calahad
I am using the googleJsonAPIService to manipulate users (CRUD). This is how I get the Directory instance:
def getBuilder() {
def builder
def httpTransport = googleJsonAPIService.makeTransport()
def jsonFactory = googleJsonAPIService.makeJsonFactory()
def requestInitialiser = googleJsonAPIService.getRequestInitialiser()
builder…