-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
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
400 bad request #35
Comments
@syllogismus - I am not seeing API docs I am referencing: https://dev.socrata.com/foundry/#/data.cityofnewyork.us/rvhx-8trz Sample JSON response: https://data.cityofnewyork.us/resource/rvhx-8trz.json?$limit=1 |
ok that was my bad. please look at this: the website reports 12 results, i get 0 domain = "data.illinois.gov"
thx On Tue, Nov 17, 2015 at 4:53 PM, Mark Silverberg [email protected]
|
@syllogismus -- I am not seeing a |
ok, all good - that works! On Wed, Nov 18, 2015 at 2:29 PM, Mark Silverberg [email protected]
|
hi,
adding filters and such ends up in a bad request:
NYC JOBS
https://data.cityofnewyork.us/resource/rvhx-8trz.json
domain = "data.cityofnewyork.us"
client = SODA::Client.new({:domain => domain, :app_token => token })
response = client.get("rvhx-8trz", {"$where" => "posting_date > '2015/01/01'"})
response = client.get("rvhx-8trz",{'where' => "'job_id = '320756008'"})
response = client.get("rvhx-8trz",{"$limit" => 100 , "$where" => "posting_date > '2015/01/1' AND posting_date < '2016/1/1'" , "$order" => "posting_date DESC"})
any ideas?
thx
The text was updated successfully, but these errors were encountered: