https://linen.dev logo
#help
Title
# help
d

Dragutin Todorović

10/19/2023, 9:40 AM
Hi all. I’m using wiremock as standalone app, using docker-compose container configuration. I need some stubs to have state. For example
POST /resource
and afterwards on
GET /resource/{id}
I want to return the same state which is returned on
POST /resource
. Can someone help me with some guides how to achieve this using wiremock? What will be the best approach, is there some extension that supports this? Thanks!
Thanks for the fast response! I’ll go through it. I hope I’ll figure it out easily.
l

Lee Turner

10/19/2023, 9:53 AM
No worries. I haven’t used it myself but ask any questions you have here and we can help the best we can
🙌 2
d

Dragutin Todorović

10/19/2023, 11:21 AM
Works perfectly! Thank you so much.
👍 3
3 Views