liberator 2017-06-19

@pandeiro did you already come up with a solution? Having pretty much the same issue right now….

@pandeiro first option is to use a “base” map as the foundation for the resources which contains the declarations that are shared.

Another way is to defmethod liberator.represenation/render-item for application/json and to call a function to generate json.

Yes thank you @ordnungswidrig -- the second option would definitely be ideal, I will look into that

I think render-map-generic and render-seq-generic are actually the methods I want to override