Exhibit A Index to Agreed Upon Procedures
Exhibit A is attached to each agreement between the City and Circuit of the Americas (COTA) and to each agreement between the City and Circuit Events Local Organizing Committee (CELOC). Exhibit A was amended by City Council on December 12, 2013 (item 73).
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 \"datahub-austintexas-gov/exhibit-a-index-to-agreed-upon-procedures-pdyg-utgb\".\"exhibit_a_index_to_agreed_upon_procedures\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.