codeforamerica / open311_java

Java language binding (wrapper) to the Open311 REST API
BSD 3-Clause "New" or "Revised" License
12 stars 5 forks source link

Source Code for the EnumBuilder #14

Closed milovanderlinden closed 8 years ago

milovanderlinden commented 8 years ago

I would like to enhance the enumBuilder. Can somebody point me where the source code is?

Thanks in advance.

SantiMunin commented 8 years ago

Hello Milo, for some stupid reason we just uploaded the .jar. We can probably work together on a reimplementation if that works for you.

What changes do you need?

milovanderlinden commented 8 years ago

No longer needed. I have completely locked out the dependency on cities.json and have implemented "servers.json" that gets read as a resource into the new City.class. I am now also using gson for all the json endpoints as well.

See https://github.com/CodeForEindhoven/open311_java/blob/master/src/main/java/org/codeforamerica/open311/facade/data/City.java for the new City class.