Skip to content

Instantly share code, notes, and snippets.

View sgleadow's full-sized avatar

Stewart Gleadow sgleadow

View GitHub Profile
@bethesque
bethesque / index.md
Last active October 31, 2022 18:10
Using pact with providers that have their own providers

Eg. A -> B -> C

A more find grained view of this intergration might go:

|------------------A Codebase------------------||------------------B Codebase------------------||--------C Codebase---...
 A UI -> A Controller -> B Service -> B Client -> B API -> B Controller -> CService -> CClient -> C API etc...  
                                           |---A/B pact------------------------?
 |---A/B pact------------------------------------?