From cfb260c27f4b9395ded3cb4fd4a2edf9c0a2c50f Mon Sep 17 00:00:00 2001 From: Olivier Date: Mon, 2 Jan 2023 21:10:03 +0700 Subject: [PATCH] Delete: Remove the postman chrome extension --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6af4fe0..4df5744 100644 --- a/README.md +++ b/README.md @@ -210,7 +210,6 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie ### Querying * [httpie](https://github.com/jkbrzt/httpie) - Command line HTTP client, far more dev-friendly than `curl`. -* [Postman REST Client](https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm) - Chrome extension essential to test manually REST API. * [resty](https://github.com/micha/resty) - Little command line REST client that you can use in pipelines (bash or zsh). * [jq](https://github.com/stedolan/jq) - Command line JSON processor, to use in combination with a command-line HTTP client like cURL. * [HttpMaster](http://www.httpmaster.net) - GUI tool for testing REST APIs and services. Windows OS only.