StevenWInfo / haskell-soda

Haskell bindings for the Socrata Open Data API
MIT License
4 stars 0 forks source link

Create constants for the metadata fields #8

Open StevenWInfo opened 7 years ago

StevenWInfo commented 7 years ago

The metadata/system fields are always the same for all datasets, so I might as well make named constants that people can add to the query to get that information.

(As a side note, I should see what other kinds of metadata that I can get from datasets and that come with all queries).