connect-platform icon indicating copy to clipboard operation
connect-platform copied to clipboard

Mock testing and making sure End-points work

Open must opened this issue 6 years ago • 0 comments

It will become of crucial importance in real world cases that APIs are tested out before actually going into production.

What happens if: you need to mock test for example production includes list of 1M email to transact and you need to make sure 100% your code works before you send the 1M emails? a way to dev/prod switch?

must avatar Aug 22 '18 11:08 must