if endpoint is not ready how would you test it in api code example
Example: if endpoint is not ready how would you test it in api
I would mock it with Postman
and swap the base url when it's ready
I would mock it with Postman
and swap the base url when it's ready