An open API service indexing awesome lists of open source software.

https://github.com/alovajs/mock

A mock request adapter of alova.js
https://github.com/alovajs/mock

alova mock typescript

Last synced: 2 months ago
JSON representation

A mock request adapter of alova.js

Awesome Lists containing this project

README

        

# alova mock data adapter

**alova's mock data request adapter**

[![npm](https://img.shields.io/npm/v/@alova/mock)](https://www.npmjs.com/package/@alova/mock)
[![build](https://github.com/alovajs/mock/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/alovajs/mock/actions/workflows/main.yml)
[![coverage status](https://coveralls.io/repos/github/alovajs/mock/badge.svg?branch=main)](https://coveralls.io/github/alovajs/mock?branch=main)
![typescript](https://badgen.net/badge/icon/typescript?icon=typescript&label)
![license](https://img.shields.io/badge/license-MIT-blue.svg)

[alova](https://github.com/alovajs/alova) is a lightweight request strategy library, which provides targeted request strategies for different request scenarios to improve application availability, fluency, and reduce The pressure on the server side makes the application have excellent strategic thinking like a wise man.

## alova example

[Here are some examples that demonstrate the power of alova](https://alova.js.org/category/examples) that use this mock request adapter.

## LICENSE

[MIT](https://en.wikipedia.org/wiki/MIT_License)