Comment on Petition to Designate Outstanding Resource Waters
Comment period open March 16 through March 31, 2016. Comment made outside this period will not be considered.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"oregon-gov/comment-on-petition-to-designate-outstanding-4qg3-ytpu\".\"comment_on_petition_to_designate_outstanding\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.