Posts by Marcos Paulo Vilela • 11 points
2 posts
-
0
votes1
answer333
viewsA: How do I put more than one filter in my search for a get?
Good evening, when making an api request with more than one filter a good practice is to use queryParams instead of pathParams as used in the example. This way you can have as many filters as needed…
-
1
votes1
answer49
viewsA: How do I make the function not return the value if the number is not binary
Hello @Sancheesdev all good? The logic is correct, the problem in question is that by making the verification within the map of the list the return will occur only for the map scope. I recommend…