We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ℹ️ This issue is part of Epic #57
To consume PACT endpoints it is necessary to generate the body of the request based on the model exposed by the PACT API.
Implement a JSONPayload protocol for each of the PACT request types.
JSONPayload
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ℹ️ This issue is part of Epic #57
Context
To consume PACT endpoints it is necessary to generate the body of the request based on the model exposed by the PACT API.
Objectives
Implement a
JSONPayload
protocol for each of the PACT request types.Checklist
The text was updated successfully, but these errors were encountered: