Question
* Why not pass multiple post or multiple get api inside a controller? Although traditional REST api will not do this type of thing and inside a controller, if there are multiple methods then it is not a good practice of software architechture, it violates the single responsibility principle then what to do? If i separately create the apis of thousands then there will be not a scaleable practice. A solution to this problem would be graphQL.
*Use custom api.
Comments
Post a Comment