StevenWInfo / haskell-soda

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

Create functionality to specify response with record type #11

Open StevenWInfo opened 7 years ago

StevenWInfo commented 7 years ago

I mentioned this when closing #6, but I think that it should be possible to specify the $select parameters with a user created record type, which we could create a function which fills out that record type and returns that. This would make some things a little more convenient and consistent over the current method.

Users can do this themselves by parsing the string response, however, it would be nice to incorporate it through the whole process.