Skip to content

Instantly share code, notes, and snippets.

@invernizzie
invernizzie / ArtistsController.groovy
Created March 2, 2012 19:31 — forked from anonymous/ArtistsController.groovy
Test "featured should return all artists' info"
package com.fdvs.bandwdth
import grails.converters.JSON
import static java.net.HttpURLConnection.*
class ArtistController {
private static final String ERROR_MANDATORY_ID = 'Must receive artist id'
def facebookService