Merge pull request #66 from terremoth/patch-1

add jsonplaceholder
This commit is contained in:
Igor Chubin 2020-10-07 21:35:19 +02:00 committed by GitHub
commit 80a7fe6060
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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