connect-platform
connect-platform copied to clipboard
Mock testing and making sure End-points work
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?