We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
clients
Following #144:
At the beginning, we started to build our API for back-end URLs with /api/servers/<server-name>.
/api/servers/<server-name>
It would be easier to understand and more REST compliant to do the same for client/front-end URLs.
/api/servers/spring-boot is compliant /api/vue is not compliant, should be renamed as /api/clients/vue
/api/servers/spring-boot
/api/vue
/api/clients/vue
Need to adapt:
The text was updated successfully, but these errors were encountered:
hdurix
Successfully merging a pull request may close this issue.
Following #144:
At the beginning, we started to build our API for back-end URLs with
/api/servers/<server-name>
.It would be easier to understand and more REST compliant to do the same for client/front-end URLs.
Need to adapt:
The text was updated successfully, but these errors were encountered: