From 4c9c7d2e4aec07ef2b996db0e1062a1de870cee3 Mon Sep 17 00:00:00 2001 From: "Lucas M. Dutra" Date: Mon, 5 Oct 2020 09:22:30 -0300 Subject: [PATCH] add jsonplaceholder --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fef0818..e5f69ce 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya * `curl -s "https://httpbin.org/delay/4"` - HTTP request and response Service (e.g. send response after 4 seconds) * `curl -s "https://urlecho.appspot.com/echo?body=Hello+World"` - HTTP response defined in the request parameters * `curl -s "https://urlreq.appspot.com/req?method=GET&url=https://l2.io/ip"` - HTTP proxy makes new requests based on input parameters +* `curl -s "https://jsonplaceholder.typicode.com/users"` - Useful tool to retrieve fake api data ## Cryptography