liberator

nblumoe 2017-06-19T12:20:42.677040Z

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

ordnungswidrig 2017-06-19T14:47:53.780144Z

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

ordnungswidrig 2017-06-19T14:49:37.824470Z

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

nblumoe 2017-06-19T16:39:42.552001Z

great, thanks @ordnungswidrig !!

2017-06-19T17:52:45.189648Z

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

2017-06-19T19:48:23.747747Z

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