We can provide some api to generate handles, entities, models, for example I can create Pokemon API by using
import { createPokemonAPIs } from '@mswjs/data/pokemon'
createPokemonAPIs(mswInstance)
The function will create a new db with pokemon entities, populate with some data and attach to msw instance the handlers.
We can add more examples that can be used for POC applications
We can provide some api to generate handles, entities, models, for example I can create Pokemon API by using
The function will create a new db with pokemon entities, populate with some data and attach to msw instance the handlers.
We can add more examples that can be used for POC applications