We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the root (http://data.cityofchicago.org) is hard coded and seems to be the only thing specific to the Chicago Data portal:
class Base def self.root "http://data.cityofchicago.org" end
but if that could be modified at runtime then you could use this gem to interface with other socrata sites: http://explore.data.gov http://datacatalog.cookcountyil.gov ...etc
A suggestion would be to make the root url could have an attr_accessor like the app_token does.
The text was updated successfully, but these errors were encountered:
That sounds like a great idea.
Sorry, something went wrong.
No branches or pull requests
Currently the root (http://data.cityofchicago.org) is hard coded and seems to be the only thing specific to the Chicago Data portal:
but if that could be modified at runtime then you could use this gem to interface with other socrata sites:
http://explore.data.gov
http://datacatalog.cookcountyil.gov
...etc
A suggestion would be to make the root url could have an attr_accessor like the app_token does.
The text was updated successfully, but these errors were encountered: