NIGP Commodity Code List: State of Michigan Procurement
A complete list of commodity codes used by the State of Michigan
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 \"michigan-gov/nigp-commodity-code-list-state-of-michigan-w3u3-uptp\".\"nigp_commodity_code_list_state_of_michigan\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.