Hi Guys, I have a doubt, what do you using to response in json?
Hi @renanrboliveira i use json-body interceptor , here a example https://github.com/pedestal/pedestal/blob/master/samples/json-api/src/json_api/service.clj#L59
@renan thank you 😃
hey @renan and for validates params, if null e etc, how do you work in this case?
@renanrboliveira normally i see examples using schema or spec to validation nulls... but when i was learning pedestal the some
helpful me to this things