Closed colestrode closed 7 years ago
Currently the following mockers always respond with 200 OK. We should add an addResponse method to each.
addResponse
think about centralizing the custom response logic. The both adding and getting a custom response is identical for incoming webhooks and the web api mocks.
Currently the following mockers always respond with 200 OK. We should add an
addResponse
method to each.