Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 557 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 557 Bytes

Mockingbird

Introduction

Mockingbird can help you to manage mock servers easily, It can generate typescript interfaces and request code automatically;

With Mockingbird, you can:

  • create collection which contains APIs
  • run mock server for each collection
  • auto generate typescript interfaces by response json
  • auto generate request code by template
  • import APIs into collection from swagger