You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Katharsis has essentially moved to crnk.io, so switch to it and ask question there. I'm a beginner myself. One thing you'll discover soon enough is that json.api is extremely opinionated and dogmatic (to avoid "bike shedding" (get used to reading that word ad nauseum)), so I doubt you'll get help for trying to use it for anything other than a strict json.api implementation.
Looking over the docs, it looks like Katharsis wants to manage endpoints.
I understand that at a minimum, I'd need to define resources, and repositories.
How would I go about serializing my data, and deserializing into my data? (I'm using Hibernate Entities at the moment).
also, does Katharsis support nested includes?
include=child-relationship.grand-child-relationship
?The text was updated successfully, but these errors were encountered: