|
|
|
|
|
by black_blood
3310 days ago
|
|
I am using Node.js express. I am not worried about what the actual error is. I will figure out if the tool just tells me that the REST API call is failing. Regarding POSTing a new user every 5 mins, I will not test such an API call. I will test a simple GET call which does not need any authentication. So, I am looking for a simple tool that takes my GET API request, calls it every n minutes, and notifies me if the api request fails. |
|