Projects | AndPlus

Consumer-Driven Contracts using Pact Library | AndPlus R&D

Written by Brian Geary | Jun 30, 2020 8:50:45 PM

Nowadays, almost every system you interact with is a distributed system. Rather than single machines running all of the code for an app or website, we have web apps, mobile apps, and API servers all interacting over the Internet. Adding new features to these apps often requires API changes, but introduces the risk of breaking older versions still being used. Our team introduced Pact as a way to enable teams to be more confident when building these types of systems.