Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 597 Bytes

prototype_with_dummy_apis.md

File metadata and controls

23 lines (15 loc) · 597 Bytes

Prototype with dummy APIs

For getting going with example/dummy APIs the Req  Res service is awesome.

It offers a RESTful interface support the verbs:

  • GET
  • POST
  • PATCH
  • DELETE
  • PUT

And variations in URIs so you can simulate different aspects of an application, such as listing, non-found resources, unsuccessfull requests etc.

Another interesting alternative is: JSONPlaceholder.

Resources