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

https://github.com/wonderbeyond/apimocker

API mocker with first-class json-rpc support
https://github.com/wonderbeyond/apimocker

api-mock json-rpc mock-server

Last synced: 8 months ago
JSON representation

API mocker with first-class json-rpc support

Awesome Lists containing this project

README

          

## Get started

```shell
$ git clone https://github.com/wonderbeyond/apimocker
$ cd apimocker
$ npm install -g .

$ cd demo-api
$ apimocker --spec api.yaml
```