liberator

Joe Lane 2015-11-25T22:50:30.000007Z

Hey all, I'm trying to understand how to return csv from a defresource with liberator. I see under the hood it has the capability to use clojure.data.csv with its representation system but I can't seem to figure out how to utilize that. Currently I'm just returning a string with a content type of text/csv and it works. Just looking for the "liberator" way.