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
maybe try try to thing about using request bodies to specify some options like:
/api/servers/spring-boot/banner with a required request body attribute of the wanted type instead of /api/servers/spring-boot/banner/jhipster-v2 & others
merge /api/servers/sonar/java-backend and /api/servers/sonar/java-backend-and-frontend in /api/servers/sonar (btw, sonar is not a server, this could also be changed)
This is to have a self explaining API. It's easier to list the different options allowed.
The text was updated successfully, but these errors were encountered:
hdurix
changed the title
[REST-compliance]
[REST-compliance] Use request body options to merge similar APIs
Apr 8, 2022
Following #144
maybe try try to thing about using request bodies to specify some options like:
/api/servers/spring-boot/banner
with a required request body attribute of the wanted type instead of/api/servers/spring-boot/banner/jhipster-v2
& others/api/servers/sonar/java-backend
and/api/servers/sonar/java-backend-and-frontend
in/api/servers/sonar
(btw,sonar
is not a server, this could also be changed)This is to have a self explaining API. It's easier to list the different options allowed.
The text was updated successfully, but these errors were encountered: