From d8ad84a387dc621a73e21bfb758b2a169b0345d0 Mon Sep 17 00:00:00 2001 From: Piyush Bajaj Date: Fri, 9 Nov 2018 16:55:25 -0800 Subject: [PATCH] Update index.md (#25099) --- guide/english/rest-api/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/guide/english/rest-api/index.md b/guide/english/rest-api/index.md index 0448707947..2867f305ee 100644 --- a/guide/english/rest-api/index.md +++ b/guide/english/rest-api/index.md @@ -126,6 +126,13 @@ resources via hyperlinks. returns `4xx` or message `Expecting int car id /car/id got string car/MH09234 ` +### REST API Development Environment and Testing: + +Postman is widely used and famous for manual and automated REST/RESTful API Tests. +Link: [Get Postman](https://www.getpostman.com/) + +A detailed explanation has been given on Quick Code blog on how to use Postman for the best usage: +[Top Tutorials To Learn POSTMAN For REST API Testing](https://medium.com/quick-code/top-tutorials-to-learn-postman-for-rest-api-testing-3bdf9788e0ba) ### **Further reading** [How to Design Great APIs - Parse Developer Day 2013](https://www.youtube.com/watch?v=qCdpTji8nxo)