mirror of
https://github.com/chubin/awesome-console-services.git
synced 2025-04-28 17:56:37 +02:00
Add httpbin to Tools
See https://httpbin.org and https://github.com/postmanlabs/httpbin for more information
This commit is contained in:
parent
9150e85fc4
commit
37c2efa40c
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ Structured data of the list (kept in sync) is in [structured.yaml](structured.ya
|
|||
* `curl -s "https://decapi.me/youtube/latest_video?user=NPR"` - title/URL of latest upload from indicated YouTube channel
|
||||
* `curl -s "https://decapi.me/twitter/latest?name=NPR"` - last tweet from indicated account
|
||||
* `curl -s "https://decapi.me/twitch/uptime?channel=IGN"` - check if indicated twitch channel is online
|
||||
* `curl -s "https://httpbin.org/delay/4"` - HTTP request and response Service (e.g. send response after 4 seconds)
|
||||
|
||||
## Monitoring
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue