Hacker News new | ask | show | jobs
by nitwit005 2259 days ago
What I've done in the past is build a library for functional testing of the API. You can use that library writing functional tests, and to create an API status test that runs periodically to provide monitoring.

This generally does require that your APIs have some idea of multi-tenancy, as you don't want your tests modifying some customer's data.