Octavian Herescu
06/27/2022, 7:55 PMProviderState
describe? If we pass
what is that supposed to match up with? Does that mean the API is expecting a body withCopy codeProviderState(description: "orders exist", params: ["id": "12345"])
id
value of "12345"? In the example params are sent to ProviderState for a .GET request, so presumably these are not parameters passed along with a request. Are we just completely off in our assumptions?
Thanks in advance 🙂Marko (IttyBittyApps / pact-swift)
06/27/2022, 9:21 PMMarko (IttyBittyApps / pact-swift)
06/27/2022, 9:31 PM