-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to populate params value in webhook setup state call #287
Comments
I fount this documentation: https://docs.pact.io/getting_started/provider_states, but it does not explain at all the content of the body. |
The TL;DR is There are examples of use in this repo of state handlers, https://github.com/pact-foundation/pact-python/blob/master/examples/fastapi_provider/tests/pact_provider.py you can ignore the https://github.com/pact-foundation/pact-provider-verifier#api-with-provider-states
Multiple provider states, and those which use
pact-python/pact/http_proxy.py Lines 16 to 28 in 03df5c5
|
Hi,
I see that when calling the webhook setup state call, I receive this in the body of the POST call:
I see the key
params
and I do not really know how to populate that. I also do not know the meaning ofstates
. Is there any docs for this? I have not been able to found any.I also asked this in Stack Overflow.
The text was updated successfully, but these errors were encountered: