Posts by Higor Dias • 1 point
2 posts
-
-2
votes1
answer14
viewsQ: Will using only 1 endpoint overload my API?
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…
-
-3
votes3
answers54
viewsA: I wonder if I can modify a string inside an array without knowing its position
One of the options if you know what value you are looking for within this array is to go through the array to find the desired value and replace it. Function to go through the array and change the…