-
Notifications
You must be signed in to change notification settings - Fork 217
Closed
Labels
v3pact v3 specificationpact v3 specification
Description
I am using PACT to mock a service which uses a REST based urls
resource/resource_id/system/system_id
Is there a way to avoid have a predefined resource_id/system_id which must be used by the consumer and provider? I.e. resource_id should look like a UUID, but it really doesn't matter, as long as its consitent throughout the mocking - if I request resource/resource_id, resource_id should use whatever has been sent, as long as it matching that I specificied
I understand there is support for query parameters, is there a way to do this for REST-like url params?
Metadata
Metadata
Assignees
Labels
v3pact v3 specificationpact v3 specification