-2
If I only use 1 endpoint to make all requests in my API.
Using switch
case
to separate the functions.
Whereas my API is accessed in a matter of approximately 1000x to 2000x per minute.
The fact that you are only using 1 endpoint would overload my API, making it unstable ?
I can’t see a single reason in the world to do that... Overloading won’t, but depending on what you do will make the code complex and difficult to maintain, the question is, what is the reason for doing so?
– Raizant