David Dudley
12/01/2022, 8:21 PMMatt (pactflow.io / pact-js / pact-go)
Timothy Jones
12/01/2022, 11:21 PMTimothy Jones
12/01/2022, 11:22 PMTimothy Jones
12/01/2022, 11:22 PMTimothy Jones
12/01/2022, 11:23 PMDavid Dudley
12/02/2022, 2:28 PMRESTDataSource implementation with Apollo. It seems that it is dependent on the ApolloServer, so I cannot instantiate a working client outside of the server. I could instantiate an ApolloServer with the datasource configured to hit the PactV3 provider, however I would need a way to differentiate the provider ID based on the data source. Is it possible to set up a PactV3 provider that builds separate pacts based on the path being hit?David Dudley
12/02/2022, 2:33 PMproviders: {
'/base/path/one': 'provider1',
'/base/path/two': 'provider2',
. . .
'/base/path/n': 'providerN'
}Matt (pactflow.io / pact-js / pact-go)