-
|
Hi 👋 What’s the recommended way to implement endpoints that don’t map neatly to an Ent entity, such as an authentication flow (e.g. For CRUD endpoints My current thought is to use something like Huma to define those endpoints and then merge its generated OpenAPI spec with the one from Is there a more idiomatic way to handle these kinds of endpoints directly within Thanks for your work on this project! 🙏 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
For most projects I've made using entrest, there are typically not many endpoints which fall outside of CRUD, so I explicitly document those manually in a |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.

So I took some time to investigate my use case and it turned out to be quite decent for my taste