Any ideas to design admin and user API in the same MVC repository? #2021
Unanswered
spencerchang
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
MVC is the best feature i like in IRIS.
But i have question how to design admin and user API in the same MVC repository?
For example:
Admin API will return including some sensitive infos like password, name and address.
User API is not
I don't want to divide them to 2 APIs because it's hard to maintain.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions