README
api-buffer-proxy
API proxy that serves fixtures from a buffer. If the fixtures are not available, it will fetch from the API and store the reresponce in the buffer.
API proxy that serves fixtures from a directory.
<script type="module">
import apiFixtureProxy from 'https://cdn.skypack.dev/api-fixture-proxy';
</script>
API proxy that serves fixtures from a buffer. If the fixtures are not available, it will fetch from the API and store the reresponce in the buffer.