pact-foundation / pact-mock_service

Provides a mock service for use with Pact
https://pact.io
MIT License
72 stars 68 forks source link

Can you please provide me the response model for POST /pact endpoint. #139

Closed Morshed11218 closed 1 year ago

Morshed11218 commented 1 year ago

Hi, Not an issue.

I'm trying to do some custom things with the response from POST /pact endpoint. I need to deserialize the response model. I tried looking through the repo but unable to find it. Sorry I'm not familiar with ruby code. Thanks.

bethesque commented 1 year ago

Can you describe the underlying problem you're trying to solve.

Morshed11218 commented 1 year ago

I'm trying to remove a specific interaction from the (Post /pact) response and then perform (PUT /interaction) request to update it which will remove the interaction. Looks like I'm able to do this without the model. So I no longer need this. Closing request. Thanks