Skip to content

docs(examples): add service consumer/provider HTTP example#1528

Open
adityagiri3600 wants to merge 3 commits intopact-foundation:mainfrom
adityagiri3600:docs/service-consumer-provider-example-1274
Open

docs(examples): add service consumer/provider HTTP example#1528
adityagiri3600 wants to merge 3 commits intopact-foundation:mainfrom
adityagiri3600:docs/service-consumer-provider-example-1274

Conversation

@adityagiri3600
Copy link
Copy Markdown

✈️ Pre-flight checklist

  • I have read the Contributing Guidelines on pull requests.
  • If this is a code change: I have written unit tests and/or added dogfooding pages to fully verify the new behavior.
  • If this is a new API or substantial change: the PR has an accompanying issue (closes #0000) and the maintainers have approved on my working plan.

📝 Summary

Adds a new HTTP example for a service that is both consumer and provider.

  • adds examples/http/service_consumer_provider/
  • updates examples/http/README.md and examples/README.md

🔥 Motivation

Closes #1274.

🔨 Test Plan

uv run ruff check examples/http/service_consumer_provider
cd examples/http/service_consumer_provider && uv run --group test pytest
cd /root/oss/pact-python && uv run mkdocs build --strict

🔗 Related issues/PRs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a complete example with a consumer/provider service

1 participant