--
You received this message because you are subscribed to the Google Groups "Open State Project" group.
To view this discussion on the web visit https://groups.google.com/d/msg/fifty-state-project/-/5zYehprBuB0J.
To post to this group, send email to fifty-sta...@googlegroups.com.
To unsubscribe from this group, send email to fifty-state-pro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fifty-state-project?hl=en.
public static void main(String[] args) throws OpenStatesException {
OpenStates.setApiKey( "{YOUR_KEY}" );
List<District> bills = District.find( "ca" );
System.out.println( bills.get(0).name );
}
--
You received this message because you are subscribed to the Google Groups "Open State Project" group.
To view this discussion on the web visit https://groups.google.com/d/msg/fifty-state-project/-/3Y2Ixz3DsUMJ.
To post to this group, send email to fifty-sta...@googlegroups.com.
To unsubscribe from this group, send email to fifty-state-pro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fifty-state-project?hl=en.
Eric, really appreciate looking at it. I made your suggestion regarding the API-key length; didn't realize they use keys of differing lengths, good catch.Are you planning on starting an Adroid app anytime soon? If not, I might start on a GWT one considering they really don't have a decent webapp for it all yet. People like me don't do the smartphone thing so not having a webapp really sucks. :)
--
You received this message because you are subscribed to the Google Groups "Open State Project" group.
To view this discussion on the web visit https://groups.google.com/d/msg/fifty-state-project/-/_8E2_SeQ9jwJ.
To post to this group, send email to fifty-sta...@googlegroups.com.
To unsubscribe from this group, send email to fifty-state-pro...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/fifty-state-project?hl=en.