Mocking APIs


  • FakeRest - Patch XMLHttpRequest to fake a REST API client-side.
  • JSON Placeholder - Free online REST service that you can use whenever you need some fake data.
  • json-server - Serve a REST API from fixture files using quick prototyping.
  • Mocky.io - Free online service to create fake HTTP responses.
  • Swagger API Mock - Mock RESTful API based on swagger schema

Comments

Popular posts from this blog

.NET API

.NET Sample Projects

Awesome Electron