Nandini Asokan

Results 1 issues of Nandini Asokan

I'm trying out the example code provided in the Readme and unfortunately I'm receiving the following error during compilation: ``` Exception in thread "main" java.lang.NoSuchMethodError: 'org.glassfish.jersey.client.JerseyClientBuilder org.glassfish.jersey.client.JerseyClientBuilder.withConfig(javax.ws.rs.core.Configuration)' at com.socrata.api.HttpLowLevel.createClient(HttpLowLevel.java:160) at...